Right, but the forms themselves aren’t published at /$/** URIs. They do send 
submissions/messages to /$/** URIs, so I would have expected them not to work 
properly in Don Rolph’s case, but what appeared to me to be strange is that he 
couldn’t even see the forms at all without being asked for auth.

---
A. Soroka
The University of Virginia Library

> On Mar 1, 2016, at 9:41 AM, Andy Seaborne <a...@apache.org> wrote:
> 
> 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 <don.ro...@gmail.com> 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!
>>> 
> 

Reply via email to