You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/03/18 16:50:15 UTC

[jira] [Resolved] (CAMEL-6173) camel-http - When bridging endpoints then there may be double parameter values if client sends uri parameters

     [ https://issues.apache.org/jira/browse/CAMEL-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-6173.
--------------------------------

    Resolution: Fixed
    
> camel-http - When bridging endpoints then there may be double parameter values if client sends uri parameters
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6173
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6173
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http, camel-jetty
>    Affects Versions: 2.10.4
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.10.5, 2.11.0
>
>
> If you have a jetty/http bridge endpoint, and the caller sends in a parameter with a value that has url encodings, then you may have double values when calling the bridge.
> eg calling
> {code}
> http://localhost:23001/jettyTestRouteA?param1=%2B447777111222
> {code}
> And having a jetty -> http bridge, you can end up with double values.
> {code}
> Caused by: java.lang.AssertionError: expected:< 447777111222> but was:<[+447777111222, +447777111222]>
> {code}

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