[
https://issues.apache.org/jira/browse/AXIS2-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonas Boëthius reopened AXIS2-2375:
-----------------------------------
Sorry, my mistake. I still got the same problem:
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Body><soapenv:Fault><soapenv:Code><soapenv:Value>soapenv:Sender</soapenv:Value></soapenv:Code><soapenv:Reason><soapenv:Text
xml:lang="en-US">java.lang.StringIndexOutOfBoundsException: String index out
of range:
0</soapenv:Text></soapenv:Reason><soapenv:Detail><Exception>org.apache.axis2.AxisFault:
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
> If the SOAPAction header is not quoted and empty, this gives
> StringIndexOutOfBoundsException on server side
> -----------------------------------------------------------------------------------------------------------
>
> Key: AXIS2-2375
> URL: https://issues.apache.org/jira/browse/AXIS2-2375
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: kernel
> Affects Versions: 1.1.1
> Environment: Axis2, version 1.1.1
> Tomcat 5.0
> JDK1.6.0
> Reporter: Jonas Boëthius
> Priority: Trivial
>
> If the SOAPAction header is not quoted and empty, this gives
> StringIndexOutOfBoundsException on server side. The Axis2 server side accepts
> requests with empty quoted SOAPAction header (""), non-quoted values, and
> completely missing header, but when the header is present and empty, an
> exception is raised in the AxisServlet.
> From response:
> <soapenv:Detail><Exception>org.apache.axis2.AxisFault:
> java.lang.StringIndexOutOfBoundsException: String index out of range: 0;
> nested exception is:
> java.lang.StringIndexOutOfBoundsException: String index out of range:
> 0
> at
> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:294)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]