Encoded ampersands in REST URLs terminate parameters
----------------------------------------------------

                 Key: AXIS2-3405
                 URL: https://issues.apache.org/jira/browse/AXIS2-3405
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: Sean Hile


My project uses Axis2 to provide a REST interface.  If, in the URL, there is an 
encoded ampersand for one of the parameter values, the parameter value is 
truncated at the encoded ampersand.  For example:

http://example.com/myService?param=Foo%20%26%20Bar

The param value should be "Foo & Bar" but it is truncated to "Foo ".

-- 
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]

Reply via email to