[GitHub] camel pull request: CAMEL-8578 - May double encode uri when using ...

2015-07-14 Thread snurmine
Github user snurmine closed the pull request at: https://github.com/apache/camel/pull/561 --- 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 ena

[GitHub] camel pull request: CAMEL-8578 - May double encode uri when using ...

2015-07-12 Thread snurmine
GitHub user snurmine opened a pull request: https://github.com/apache/camel/pull/561 CAMEL-8578 - May double encode uri when using HTTP_URI or HTTP_QUERY HTTPHelper#createURI now uses raw queries instead of encoding them with UnsafeCharacterEncoder. Queries should already be in

[GitHub] camel pull request: CAMEL-8578 - May double encode uri when using ...

2015-07-11 Thread snurmine
Github user snurmine closed the pull request at: https://github.com/apache/camel/pull/559 --- 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 ena

[GitHub] camel pull request: CAMEL-8578 - May double encode uri when using ...

2015-07-10 Thread snurmine
GitHub user snurmine opened a pull request: https://github.com/apache/camel/pull/559 CAMEL-8578 - May double encode uri when using HTTP_URI or HTTP_QUERY … Fix for issue https://issues.apache.org/jira/browse/CAMEL-8578. camel-http uses class UnsafeUriCharactersEncoder in HttpHe