When client sends invalid XML, JAX-RS returns 500 instead of 4xx
----------------------------------------------------------------

                 Key: CXF-3966
                 URL: https://issues.apache.org/jira/browse/CXF-3966
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.5
            Reporter: Art O Cathain
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to