>Can you try to use Camel 2.8.3 ? >I checked the code change log, I think Camel 2.8.2 should not has this >kind of issue too. > >[1] http://svn.apache.org/viewvc?rev=1210100&view=rev
I am using 2.8.3 and I am seeing the additional request parameters being sent. I have this route (as suggested in http://stackoverflow.com/questions/5646557) from("jetty:http://0.0.0.0:8080/myapp/myservice") .to("http4://www.google.com/?q=camel&bridgeEndpoint=true&throwExceptionOnFailure=false"); >From a browser, I go to http://localhost:8080/myapp/myservice and get a 404 page from google: "The requested URL /?bridgeEndpoint=true&q=camel&throwExceptionOnFailure=false was not found on this server. That’s all we know." The project is a brand new one, created with camel-archetype-java and only adding the http4 and jetty dependencies and the route. Disclaimer: I'm totally new to camel (and to spring, and to maven, and to...). Apologies if I'm missing something obvious. Thanks for your time. -Xavier -- View this message in context: http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-tp5042808p5066362.html Sent from the Camel - Users mailing list archive at Nabble.com.
