GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2317
CAMEL-12480: HttpOperationFailedException exposes password when using⦠⦠basic auth with user:password@host notation Sanitize URI in HttpOperationFailedException constructor. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel HttpOperationFailedException_exposes_password Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2317.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 #2317 ---- commit fa9062d25ec8a229e2ce2407653bb1886045da71 Author: Pascal Schumacher <pascalschumacher@...> Date: 2018-05-04T17:56:53Z CAMEL-12480: HttpOperationFailedException exposes password when using basic auth with user:password@host notation Sanitize URI in HttpOperationFailedException constructor. ---- ---