GitHub user jmandawg opened a pull request: https://github.com/apache/camel/pull/985
fix for form data Fix for application/x-www-form-urlencoded post data. Fixed unit test to pass correct content-type and added new test for form data. Also for "application/x-www-form-urlencoded post data" for some reason, we put the camel-headers in the form fields, i modified to also put the camel-headers in the http headers, but kept them in the body too. We may want to remove putting camel-headers in the form fields. Seems to make more sense to put body->form and camel-headers->http-headers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jmandawg/camel CAMEL-9968 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/985.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #985 ---- commit 8d1cbede81dbcd36c10f23da654048f6b1882277 Author: jmandawg <jmand...@hotmail.com> Date: 2016-05-18T00:09:00Z fix for form data ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---