Hi
i looked at the JettyHttpGetWithParamAsExchangeHeaderTest.
The test uses the URI parameters ?one=einz&two=twei
and expects two separate headers "one" and "two".
When i use the same URI parameter i would suspect to get the header values
with
exchange.getIn().getHeader("one", String.class);
but that doesn't work. Theew only exists the following header:
CamelHttpQuery=one=einz
Im using camel version 2.0M2
--
View this message in context:
http://www.nabble.com/Jetty-component-and-HTTP-parameter-tp24287116p24354637.html
Sent from the Camel - Users mailing list archive at Nabble.com.