Shiro.ini file as below:
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
[main]
# Development
ssl.enabled = false
plainMatcher=org.apache.shiro.authc.credential.SimpleCredentialsMatcher
#iniRealm=org.apache.shiro.realm.text.IniRealm
iniRealm.credentialsMatcher = $plainMa
Can you show us your current shiro.ini file?
---
A. Soroka
The University of Virginia Library
> On Feb 16, 2016, at 4:38 PM, Don Rolph wrote:
>
> When I go to the dataset web page it asks for authentication and if I
> cancel it I cant see the dataset.
>
> On Tue, Feb 16, 2016 at 3:24 PM, A. So
When I go to the dataset web page it asks for authentication and if I
cancel it I cant see the dataset.
On Tue, Feb 16, 2016 at 3:24 PM, A. Soroka wrote:
> Those forms should be available to everyone by default. The line:
>
> /**=anon
>
> in the default shiro.ini file takes care of that. When yo
Those forms should be available to everyone by default. The line:
/**=anon
in the default shiro.ini file takes care of that. When you go to those pages
from another machine, what response are you actually getting?
---
A. Soroka
The University of Virginia Library
> On Feb 16, 2016, at 1:15 PM,
The HTML interface.
Thanks!
On Tue, Feb 16, 2016 at 12:26 PM, A. Soroka wrote:
> Do you mean the HTML form that lets you edit queries for any dataset or
> the query endpoint for a given dataset?
>
> ---
> A. Soroka
> The University of Virginia Library
>
> > On Feb 16, 2016, at 10:38 AM, Don Rol
> Based on your description the DatasetGraphInMemory would seem to match the
> dynamic load requirement. How did you foresee it being loaded? Is there a
> large over head to using the add methods?
No, I certainly did not mean to give that impression, and I don’t think it is
entirely accurate. D
Do you mean the HTML form that lets you edit queries for any dataset or the
query endpoint for a given dataset?
---
A. Soroka
The University of Virginia Library
> On Feb 16, 2016, at 10:38 AM, Don Rolph wrote:
>
> OK this works to open up the web interface to either all users or using the
> ex
OK this works to open up the web interface to either all users or using the
example authorized users.
How do I let all users use the query interface?
I tried:
/$/datasets = anon
and
/$/datasets* = anon
and
/$/datasets/* = anon
and
/$/datasets/ds = anon
and
/$/datsets/ds* = anon
but none