You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by dleangen <gi...@git.apache.org> on 2017/07/04 06:40:16 UTC

[GitHub] karaf pull request #327: Fixed authentication when userInfo provided with re...

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 <da...@leangen.net>
Date:   2017-07-04T06:38:25Z

    Fixed authentication when userInfo provided with resource URL
    
    Signed-off-by: David Leangen <da...@leangen.net>

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] karaf pull request #327: Fixed authentication when userInfo provided with re...

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

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---