-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8, 5.9.2 , 5.9.3
-
Fix Version/s: 5.9.4
-
Component/s: Automation
-
Tags:
- When I go into :
http://localhost:8080/nuxeo/site/automation/doc/
- And select an operation
- The link to the JSON definition is incorrect
- For example it leads me to :
http://localhost:8080/nuxeo/site/automation/doc/Document.Create - Correct link should be :
http://localhost:8080/nuxeo/site/automation/Document.Create
(doc should be removed in the link)
=> Error source is the trailing slash in the URL :
Using http://localhost:8080/nuxeo/site/automation/doc/ causes this problem
Using http://localhost:8080/nuxeo/site/automation/doc (no trailing slash) works fine