>I have this route
>
> from("jetty:http://0.0.0.0:8080/myapp/myservice")
>
> .to("http4://www.google.com/?q=camel&bridgeEndpoint=true&throwExceptionOnFailure=false");
>
In case it helps: I accidentally used the component camel-http instead of
camel-http4, and no extra parameters were being sent.
-Xavier
--
View this message in context:
http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5066399.html
Sent from the Camel - Users mailing list archive at Nabble.com.