When doing rest get '+' is not url encoded
-------------------------------------------
Key: AXIS2C-1050
URL: https://issues.apache.org/jira/browse/AXIS2C-1050
Project: Axis2-C
Issue Type: Bug
Reporter: Damitha Kumarage
I have this xml payload
<ns1:echoString xmlns:ns1="http://ws.apache.org/axis2/c/samples">
<text>92zRnTDpCGI3CK/ie2FeSy9+s2I=</text>
</ns1:echoString>
When do a rest get request what goes on the wire is this
GET /axis2/services/echo/echoString?text=92zRnTDpCGI3CK%2fie2FeSy9+s2I%3d
HTTP/1.1^M
which shows that + is not url encoded to be replaced with %2B.
--
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]