On Sun, Dec 11, 2011 at 8:30 PM, xverges <[email protected]> wrote: >>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. >
Thanks for reporting. It sounds as camel-http4 has a bug, as opposed to camel-http. Could you create a JIRA ticket? > -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. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
