-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 7.10
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Rest API
This has been found while testing bacward compatibility between nuxeo 6 and nuxeo 7:
REST api example: /nuxeo/api/v1/id/123/ or /nuxeo/api/v1/path/123
Results in nuxeo 7 :
{ "entity-type": "exception", "code": "org.nuxeo.ecm.core.api.DocumentNotFoundException", "status": 404, "message": "123" }
Expected result as in nuxeo 6:
{ "entity-type": "exception", "code": "org.nuxeo.ecm.core.model.NoSuchDocumentException", "status": 404, "message": "No such document: 123" }
- is related to
-
NXP-21776 Cleanup WebEngine exceptions to have meaningful HTTP status code
- Resolved