-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Renditions, Rest API
Currently the rendition adapter is not chainable, we cant ask for a rendition and then convert it t osomething else.
Using the url http://localhost:8080/nuxeo/site/api/v1/id/be90a09a-76c7-4335-81df-8cea24819987/@rendition/pdf/@convert?format=jpg leads to the following error:
{"entity-type":"exception","code":"com.sun.jersey.api.NotFoundException","status":500,"message":"null for uri: http://localhost:8080/nuxeo/site/api/v1/id/be90a09a-76c7-4335-81df-8cea24819987/@rendition/pdf/@convert?format=jpg”}`
- is required by
-
NXBT-1013 Fix Jenkins commits plugin
- Resolved