You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2013/02/04 14:12:13 UTC

[jira] [Created] (CXF-4805) SOAP services try to process HTTP 'OPTIONS'

Benson Margulies created CXF-4805:
-------------------------------------

             Summary: SOAP services try to process HTTP 'OPTIONS'
                 Key: CXF-4805
                 URL: https://issues.apache.org/jira/browse/CXF-4805
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.5.6
            Reporter: Benson Margulies


We tried, somewhat absentmindedly, to access a JAX-WS SOAP service cross-origin-ly from a browser. The browser sent the required OPTIONS ahead of the POST, and CXF went ahead and tried to handle it as if it was a SOAP request, and then got very sad trying to parse the empty payload as XML.

Shouldn't CXF have produced a clear log message and error response about not understanding OPTIONS?


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira