DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17028>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17028

AxisServlet doesn't strip double-quotes from SOAPAction header

           Summary: AxisServlet doesn't strip double-quotes from SOAPAction
                    header
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The SOAP 1.1 spec says:

soapaction    = "SOAPAction" ":" [ <"> URI-reference <"> ]

Thus a SOAPAction header looks something like this:

SOAPAction: "this-action-URI"

and AxisServlet will call setSOAPActionURI("\"this-action-URI\"") on the 
MessageContext (leaving the double quotes around the URI from the header.

Reply via email to