Claus Ibsen created CAMEL-6173:
----------------------------------
Summary: 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