Hi,

i have read the documentation for jetty component and found the following:

For instance of a client request with http://myserver/myserver?orderid=123
then the exchange will contain a header named orderid with the value 123

Ok, now i have the following URL: http://localhost/test?para1=value1
and i extract the parameter:

String value1= exchange.getIn().getHeader("para1", String.class);

I dont know wheter this is the right way, but value1 is equal null!

There is a header named CamelHttpQuery=para1=value1

-- 
View this message in context: 
http://www.nabble.com/Jetty-component-and-HTTP-parameter-tp24287116p24287116.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to