You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Sriskandarajah Suhothayan (JIRA)" <ji...@apache.org> on 2012/11/16 06:58:12 UTC

[jira] [Created] (AXIS2-5456) Encoded Special characters in the URL is decoded but they are not re-encoded

Sriskandarajah Suhothayan created AXIS2-5456:
------------------------------------------------

             Summary: Encoded Special characters in the URL is decoded but they are not re-encoded
                 Key: AXIS2-5456
                 URL: https://issues.apache.org/jira/browse/AXIS2-5456
             Project: Axis2
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.6.1
            Reporter: Sriskandarajah Suhothayan


You can reproduced if issue if you send a form post to Axis2. the org.apache.axis2.builder.XFormURLEncodedBuilder is correctly decoding the message but when using the org.apache.axis2.transport.http.XFormURLEncodedFormatter to format the message back its not re-encoding, here I'm using with the contentType="application/x-www-form-urlencoded" 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Updated] (AXIS2-5456) Encoded Special characters in the URL is decoded but they are not re-encoded

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

Sriskandarajah Suhothayan updated AXIS2-5456:
---------------------------------------------

    Attachment: XFormURLEncodedFormatter.java

I have added the updated class file here
                
> Encoded Special characters in the URL is decoded but they are not re-encoded
> ----------------------------------------------------------------------------
>
>                 Key: AXIS2-5456
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5456
>             Project: Axis2
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.6.1
>            Reporter: Sriskandarajah Suhothayan
>         Attachments: XFormURLEncodedFormatter.java
>
>
> You can reproduced if issue if you send a form post to Axis2. the org.apache.axis2.builder.XFormURLEncodedBuilder is correctly decoding the message but when using the org.apache.axis2.transport.http.XFormURLEncodedFormatter to format the message back its not re-encoding, here I'm using with the contentType="application/x-www-form-urlencoded" 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org