-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.6.0-HF41, 5.8.0-HF29, 6.0-HF03, 7.1
-
Component/s: WebDAV
-
Tags:
A folder (or file) with a semicolon in its name is not parsed correctly.
WebDAV sends PROFIND /nuxeo/site/dav/Administrator/New;;;;;folder but RootResource.findResource only receives "Administrator/New" as the path.
This is because the semicolon and what's after are stripped by the JAX-RS layer (interpreted as a matrix URL parameter separator).