willem.jiang wrote: > > Here is a way for you to work around this issue by extending the > DefaultHttpBinding without calling the > HttpServletRequest.getParameterNames() if the method is POST , then you > set this binding into the JettyHttpComponent. >
Thanks for the suggestion Willem. I've implemented this solution (and attached it to https://issues.apache.org/activemq/browse/CAMEL-1806 CAMEL-1806 ). I'd appreciate it if you (and others) could review it and provide feedback. The solution still propagates the POST form params to the message headers, but preserves the body (so proxying still works). -- View this message in context: http://old.nabble.com/jetty%3Ahttp-component-%22mangles%22-x-www-form-urlencoded-POST-in-message%3A-tp28348176p28354331.html Sent from the Camel - Users mailing list archive at Nabble.com.
