-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Rest API
-
Tags:
-
Sprint:nxfit 8.10.2, nxfit 9.1.1
-
Story Points:5
The APIServlet class does a redirect encoding the URL, that cause an issue accessing document by path with reserved characters.
Using the REST APi, fetch a document named "[bar]"
- with /nuxeo/site/api/v1/ => OK
- with /nuxeo/api/v1/ => KO (fails when validating the new encoded URL)
- is related to
-
NXP-20512 Fix uri handling when containing brackets
- Resolved