[ https://issues.apache.org/jira/browse/AXISCPP-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nadir amra reopened AXISCPP-829:
--------------------------------
Assignee: nadir amra (was: Chinthana Danapala)
I am reopening this issue because this is not only limited to SOAPAction header. There is
a problem in general with the way we search for HTTP headers. We need to do this in a case-insensitive
way. For example, there is a problem when a server sends
content-length: 423
In the HTTP transport code, we search for Content-Length....and since we do not find it the
engine does not perform as expected.
> HTTP header field case sensitivity
> ----------------------------------
>
> Key: AXISCPP-829
> URL: https://issues.apache.org/jira/browse/AXISCPP-829
> Project: Axis-C++
> Issue Type: Bug
> Components: Server - Engine
> Affects Versions: 1.5 Final
> Environment: Fedora Core 4, Apache 2
> Reporter: Xavier Toth
> Assignee: nadir amra
> Fix For: current (nightly)
>
>
> If a SOAP HTTP request contains a SOAPAction header that is spelled in any other way,
for example Soapaction, the engine fails to recognize it and a axis fault is generated. According
to the HTTP spec header field names are case-insensitive.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org
|