Shiro matching is "first match wins"
http://shiro.apache.org/web.html#Web-WebINIconfiguration
/$/** = authcBasic,user[admin]"
/**=anon
will apply basic auth to /$/anything and never get to /**
Andy
On 17/02/16 21:39, A. Soroka wrote:
No, I was running Fuseki earlier today, with /$/** = localhostFilter, and from
another machine I could access the query construction form with no problem. So
it may be a little more complicated than that, but I admit I don’t know how.
---
A. Soroka
The University of Virginia Library
On Feb 17, 2016, at 4:36 PM, Don Rolph <[email protected]> wrote:
Ok, the /$/server interface is required for the query screen.
The /$/server interface also gives access to the data set management
functions.
So it does not look like the query window only can be given anon access.
Oh well.
Thanks for everyone's help!