[wsf-c-dev] [jira] Created: (WSFC-241) When doing rest '+' is not url encoded

damitha kumarage (JIRA) jira at wso2.org
Mon Mar 10 23:59:44 PDT 2008


When doing rest '+' is not url encoded
--------------------------------------

                 Key: WSFC-241
                 URL: https://wso2.org/jira/browse/WSFC-241
             Project: WSO2 WSF/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. Because of this my wsclient solution is not working in rest mode when the HMAC contain '+' charactor. I get HMAC from server when I do a cart create and
need to include it in rest of the cart operations like cart modify and cart clear.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the Wsf-c-dev mailing list