Hi

What version of Camel are you using? I think I recall something like
this fixed. I am not sure though.

If possible try a newer release and report back if its still a problem or fixed.


On Thu, Oct 28, 2010 at 12:45 PM, Sebastian Münz
<[email protected]> wrote:
> Okay, i get it!
>
>
> By converting the Exchange-Body I get the HTTP_QUERY String. So i get the
> information which parameters are sent.
>
> String exchangeBody = httpExchange.getIn().getBody(String.class);
>
> Result: property1=one&property2=two&property3=three&property4=four
>
>
> Nonetheless I think the parameter map should be in the HttpServletRequest
> after convertion! Isn't it a bug?
>
> Best regards - Sebastian
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to