You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by PascalSchumacher <gi...@git.apache.org> on 2018/05/04 17:57:42 UTC

[GitHub] camel pull request #2317: CAMEL-12480: HttpOperationFailedException exposes ...

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 <pa...@...>
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.

----


---

[GitHub] camel pull request #2317: CAMEL-12480: HttpOperationFailedException exposes ...

Posted by PascalSchumacher <gi...@git.apache.org>.
Github user PascalSchumacher closed the pull request at:

    https://github.com/apache/camel/pull/2317


---