[
https://issues.apache.org/jira/browse/JENA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17304771#comment-17304771
]
Andy Seaborne edited comment on JENA-2072 at 3/19/21, 11:32 AM:
----------------------------------------------------------------
Workaround reported is to edit shiro.ini
shiro.ini fix (run once to get Fuseki to unpack, then the file is in
run/shiro.ini):
Uncomment:
{noformat}
/$/** = anon{noformat}
was (Author: andy.seaborne):
Workaround seems to be to edit shiro.ini
shiro.ini fix (run once to get Fuseki to unpack, then the file is in
run/shiro.ini):
{noformat}
## Control functions open to anyone
/$/status = anon
/$/ping = anon
/$/metrics = anon
/$/server = anon <----- Add this line
{noformat}
> fuseki-server UI fails
> ----------------------
>
> Key: JENA-2072
> URL: https://issues.apache.org/jira/browse/JENA-2072
> Project: Apache Jena
> Issue Type: Improvement
> Components: Fuseki
> Affects Versions: Jena 3.17.0
> Reporter: Andy Seaborne
> Priority: Critical
> Fix For: Jena 4.0.0
>
> Attachments: Screenshot 2021-03-18 at 19.13.08.png
>
>
> Only affects 3.17.0, not 3.16.0.
> Browser: Chrome : Error: 403 on `/$/server`
> Browser: Firefox : OK 200 on `/$/server`
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)