GitHub user koscejev opened a pull request: https://github.com/apache/camel/pull/1938
CAMEL-11658: test for RestletProducer handling unencoded headers This is just a unit test showing how a header with characters that are not allowed in URI path will cause a failure within RestletProducer. CAMEL-11658: The regression is only for some characters (such as space). Other characters actually didn't work very well before (question mark "?" could cause other parts of path to become query, etc.). You can merge this pull request into a Git repository by running: $ git pull https://github.com/koscejev/camel CAMEL-11658 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1938.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 #1938 ---- commit cd5f51ddb9d30aaa2161f6a11c1d45ea97d5978b Author: Anton Koscejev <anton.kosce...@zoomint.com> Date: 2017-09-18T16:49:48Z CAMEL-11658: test for RestletProducer handling unencoded headers ---- ---