When the Content-Type is not set to 'application/json', an exception is thrown by the JAX-RS
Exception in JAX-RS processing javax.ws.rs.WebApplicationException
This exception disappears when the 'Content-type' is set, and the deletion is properly made on Nuxeo platform.
With Nuxeo 5.8 :
When the
Content-Type
is not set to'application/json'
, an exception is thrown by the JAX-RSException in JAX-RS processing javax.ws.rs.WebApplicationException
This exception disappears when the
'Content-type'
is set, and the deletion is properly made on Nuxeo platform.