[ 
https://issues.apache.org/jira/browse/SLING-7140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16209238#comment-16209238
 ] 

ASF GitHub Bot commented on SLING-7140:
---------------------------------------

GitHub user ieb opened a pull request:

    https://github.com/apache/sling/pull/262

    SLING-7140  Support redirects to URLs provided by the underlying datastore.

    This pull request does not require any changes in Oak.
    It introduces 2 interfaces to Sling API to allow a ResourceProvider to 
implement URIProvider that will allow Sing to redirect to a direct URL on get 
operations. If no URIProviders are implemented, no redirects are issued. The 
URIProvider implementation would normally be implemented inside the 
ResourceProvider eg in the case of a S3DataStore for Oak, in the bundle where 
that code is implemented. 

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

    $ git pull https://github.com/ieb/sling OAK-6575-3-2

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

    https://github.com/apache/sling/pull/262.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 #262
    
----
commit 1127fb77567f1ca48dc243e4700ed0c0c9dc2808
Author: Ian Boston <[email protected]>
Date:   2017-09-07T08:57:49Z

    Proposed implementation in Sling for OAK-6575 patch 3

commit a491430a8b30ec84ef66985f3af81a758eab6022
Author: Ian Boston <[email protected]>
Date:   2017-09-13T23:26:49Z

    Using ExternalizableInputStream

commit 66623c7398743aeb141c36f817a850e90d05edf4
Author: Ian Boston <[email protected]>
Date:   2017-09-18T11:10:30Z

    Changed suggested by Carsten on the issue, also added Private URI to the 
interface

commit c4d504ef0efc6c9d0bb85060b4b7e793880fe0d9
Author: Ian Boston <[email protected]>
Date:   2017-09-18T12:52:03Z

    Fixed URIConverter

commit e11ec2de49b9ba76d762b342439aeeb6f50617c1
Author: Ian Boston <[email protected]>
Date:   2017-09-18T15:03:58Z

    Using HelperData instead of Adaptable

commit 7e58c32daa0ce4e1d16ce57b7f5cfa32bd9d876d
Author: Ian Boston <[email protected]>
Date:   2017-09-18T15:11:11Z

    Fixed missing annotations

commit e2ded1ccb771a73681d011554deda9a34df398f0
Author: Ian Boston <[email protected]>
Date:   2017-09-26T09:34:51Z

    Fixed build issues

commit 9395dcd3b7b8f01de82d608037890ec6aac0c51d
Author: Ian Boston <[email protected]>
Date:   2017-09-26T10:54:02Z

    Merge branch 'trunk' into OAK-6575-3-2

commit 7a35cc189031e492f85363b3b1c8b5c3f19ce544
Author: Ian Boston <[email protected]>
Date:   2017-09-29T10:10:45Z

    OAK-6575 Fixed startup issues

commit bdce6975a77645e7e88879407c3b2e77fe2c1265
Author: Ian Boston <[email protected]>
Date:   2017-09-29T10:18:57Z

    Fixing imports, need to fix my IDE.

commit 8762073fa7efec62a2fa25937b13acc804805e46
Author: Ian Boston <[email protected]>
Date:   2017-10-18T12:22:11Z

    Refactored to eliminate Oak dependencies

----


> Support redirects to URLs provided by the underlying datastore.
> ---------------------------------------------------------------
>
>                 Key: SLING-7140
>                 URL: https://issues.apache.org/jira/browse/SLING-7140
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Get 2.1.26, JCR Resource 3.0.4
>            Reporter: Ian Boston
>
> Incorporate changes to allow OAK-6575 to work in Sling, 
> Patch available at 
> https://github.com/apache/sling/compare/trunk...ieb:OAK-6575-3-2
> Cant me applied until OAK-6575 is released in a version suitable for use in 
> Sling.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to