Hi,
Thanks for your patch. I will review you path today and will keep you
posted.
Willem
greenstar wrote:
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).