-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF01, 5.9.1
-
Component/s: Rest API
Short version of the Rest API does not support space in URLs, disallowing access by path to document with space in their path.
It's due to the redirect done by the APIServlet which does not reencode the result of getPathInfo when forwarding.