camel-http - creating http uri may contain special endpoint options
-------------------------------------------------------------------
Key: CAMEL-2145
URL:
https://issues.apache.org/activemq/browse/CAMEL-2145 Project: Apache Camel
Issue Type: Bug
Components: camel-http
Affects Versions: 2.0.0, 1.6.1
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.1.0
For example sending to an endpoint as follows
{code}
to("
http://www.google.com?throwExceptionOnFailure=false");
{code}
Could potentially added {{throwExceptionOnFailure}} as a parameter but its an endpoint parameter not a HTTP parameter.
This issue is for components that build on top of camel-http.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.