GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/492
JENA-1623: Endpoint access control lists
This PR adds endpoint access control list, to go with the existing support
for server and dataset ACLs.
With endpoint ACLs, the configuration can give different permissions to
query and update much more conveniently.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena fuseki-access
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/492.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 #492
----
commit ca7839362f3ce720e6e457e00d84b2c3a55168b3
Author: Andy Seaborne <andy@...>
Date: 2018-11-19T23:58:51Z
JENA-1623: Endpoint access control lists
commit 070fae10908c46508b3454727e4a388640fbdb97
Author: Andy Seaborne <andy@...>
Date: 2018-11-20T20:21:43Z
JENA-1623: Endpoint access control lists tests
----
---