Hi Wayne,
I commit a patch of CAMEL-2386, please check out the last
camel-2.2-SNAPSHOT to verify it :)
Willem
Willem Jiang wrote:
I just did a quick test on camel trunk, you can get the URL parameters
by using the
exchange.getIn().getHeader(Exchange.HTTP_QUERY)
When you post the binary data with URI Query.
I just took a look at camel-http and found we could parser the URL
parameter for the post method.
So I created a JIRA[1] and will submit a quick fix for it.
[1] https://issues.apache.org/activemq/browse/CAMEL-2386
Willem