Hi How are you sending the request maybe there is a glitch there?
On Mon, Jul 6, 2009 at 2:35 PM, SwenVogel<[email protected]> wrote: > > 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. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
