Description
When unmarshalling an invalid client request, at org.apache.cxf.jaxrs.provider.AbstractJAXBProvider#handleJAXBException creates a response of 500 Internal Server Error. I think this should be 400 Bad Request or 415 Unsupported Media Type.