Ah, okay. That seems to clarify the whole thing. It might be worth making a 
note in the Fuseki docs that while the forms themselves don’t appear to be /$/ 
URLs, they must have access to the /$/ interface to even load. I’ll send a 
patch request on the CMS.

---
A. Soroka
The University of Virginia Library

> On Mar 1, 2016, at 10:41 AM, Andy Seaborne <[email protected]> wrote:
> 
> On 01/03/16 14:47, A. Soroka wrote:
>> 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.
>> 
> 
> Some ask for data from /$/ URLs.  That's how they know what the datasets are.
> 
> http://jena.apache.org/documentation/fuseki2/fuseki-server-protocol.html
> 
>> ---
>> A. Soroka
>> The University of Virginia Library
>> 
>>> On Mar 1, 2016, at 9:41 AM, Andy Seaborne <[email protected]> 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 <[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!
>>>>> 
>>> 
>> 
> 

Reply via email to