GitHub user dleangen opened a pull request:

    https://github.com/apache/karaf/pull/327

    Fixed authentication when userInfo provided with resource URL

    In a features file, when the "userInfo" (username:password) is provided 
with the URL, the authentication is not getting processed.
    
    This patch takes the userInfo and creates an HTTP header for authentication.
    
    Note: I am not sure if the userInfo should be removed from the URL or not 
before the request is made, so I just left it intact.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dleangen/karaf url-auth-patch

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/327.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 #327
    
----
commit 25771e1ead28b81af7199c986594ed1fe1e4ded9
Author: David Leangen <[email protected]>
Date:   2017-07-04T06:38:25Z

    Fixed authentication when userInfo provided with resource URL
    
    Signed-off-by: David Leangen <[email protected]>

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to