On Mon, Jul 6, 2009 at 3:06 PM, SwenVogel<[email protected]> wrote: > > I always use curl for simple HTTP test's. > > In this case: > curl [email protected] http://localhost/test?one=einz&two=twei > > (@test.xml send a simple xml file as post request data)
Ah you use HTTP POST, that does not support sending URI parameters. Can you try without sending a file so you use HTTP GET instead. GET supports URL parameters. > -- > View this message in context: > http://www.nabble.com/Jetty-component-and-HTTP-parameter-tp24287116p24355105.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
