-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.10
-
Fix Version/s: HOTFIX_10.10_2.4, 3.0.x, 3.1.x
-
Component/s: UI
-
Tags:
-
Backlog priority:400
Steps to reproduce:
- log in as an Administrator
- go to the Vocabularies page
- select "continent"
- add an entry whose key is @robase
- click on Delete icon to delete the new entry
- observe that an error is display in the bottom left corner
curl -X DELETE'http://localhost:8080/nuxeo/api/v1/directory/continent/@robase?pageSize=0'
returns the response
{ "entity-type": "exception", "status": 404, "message": "Service robase not found for object: /nuxeo/site/api/v1/directory/continent of type directoryObject" }
Replacing @ by %40 in the URL fixes the problem