You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by dangiankit <gi...@git.apache.org> on 2017/08/28 16:23:39 UTC

[GitHub] felix pull request #119: [FELIX-5680] Add createResource(URLConnection conn)...

GitHub user dangiankit opened a pull request:

    https://github.com/apache/felix/pull/119

    [FELIX-5680] Add createResource(URLConnection conn) to DataModelHelperImpl

    - Allows for URLs to support Authorization and other HttpHeaders.
    - Calls FileUtil.openURL(URLConnection conn) rather than FileUtil.openURL(URL url).
    - JIRA: https://issues.apache.org/jira/browse/FELIX-5680

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

    $ git pull https://github.com/dangiankit/felix AD-FELIX-5680

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

    https://github.com/apache/felix/pull/119.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 #119
    
----
commit 533e0e926567efe509f3f75c15b5a8bb906adea4
Author: dangiankit <da...@gmail.com>
Date:   2017-08-28T16:16:09Z

    [FELIX-5680] Add createResource(URLConnection conn) to DataModelHelperImpl
    
    - Allows for URLs to support Authorization and other HttpHeaders.
    - Calls FileUtil.openURL(URLConnection conn) rather than
    FileUtil.openURL(URL url).

----


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