You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2008/03/11 08:20:46 UTC

[jira] Created: (AXIS2C-1050) When doing rest get '+' is not url encoded

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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-1050) When doing rest get '+' is not url encoded

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando resolved AXIS2C-1050.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: Current (Nightly)
         Assignee: Senaka Fernando

Fixed Issue

> 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
>            Assignee: Senaka Fernando
>             Fix For: Current (Nightly)
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org