You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by ieb <gi...@git.apache.org> on 2017/10/18 12:28:37 UTC

[GitHub] sling pull request #262: SLING-7140 Support redirects to URLs provided by th...

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 <ie...@tfd.co.uk>
Date:   2017-09-07T08:57:49Z

    Proposed implementation in Sling for OAK-6575 patch 3

commit a491430a8b30ec84ef66985f3af81a758eab6022
Author: Ian Boston <ie...@tfd.co.uk>
Date:   2017-09-13T23:26:49Z

    Using ExternalizableInputStream

commit 66623c7398743aeb141c36f817a850e90d05edf4
Author: Ian Boston <ie...@tfd.co.uk>
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 <ie...@tfd.co.uk>
Date:   2017-09-18T12:52:03Z

    Fixed URIConverter

commit e11ec2de49b9ba76d762b342439aeeb6f50617c1
Author: Ian Boston <ie...@tfd.co.uk>
Date:   2017-09-18T15:03:58Z

    Using HelperData instead of Adaptable

commit 7e58c32daa0ce4e1d16ce57b7f5cfa32bd9d876d
Author: Ian Boston <ie...@tfd.co.uk>
Date:   2017-09-18T15:11:11Z

    Fixed missing annotations

commit e2ded1ccb771a73681d011554deda9a34df398f0
Author: Ian Boston <ie...@tfd.co.uk>
Date:   2017-09-26T09:34:51Z

    Fixed build issues

commit 9395dcd3b7b8f01de82d608037890ec6aac0c51d
Author: Ian Boston <ie...@tfd.co.uk>
Date:   2017-09-26T10:54:02Z

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

commit 7a35cc189031e492f85363b3b1c8b5c3f19ce544
Author: Ian Boston <ie...@tfd.co.uk>
Date:   2017-09-29T10:10:45Z

    OAK-6575 Fixed startup issues

commit bdce6975a77645e7e88879407c3b2e77fe2c1265
Author: Ian Boston <ie...@tfd.co.uk>
Date:   2017-09-29T10:18:57Z

    Fixing imports, need to fix my IDE.

commit 8762073fa7efec62a2fa25937b13acc804805e46
Author: Ian Boston <ie...@tfd.co.uk>
Date:   2017-10-18T12:22:11Z

    Refactored to eliminate Oak dependencies

----


---

[GitHub] sling pull request #262: SLING-7140 Support redirects to URLs provided by th...

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

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


---