peutch opened a new issue, #2505:
URL: https://github.com/apache/jena/issues/2505

   ### Version
   
   5.1.0-SNAPSHOT
   
   ### Question
   
   Hi,
   
   The Fuseki UI webapp is setup with a contextPath (/fuseki).
   Whatever the panels (query, add data, edit, info) of a dataset, one of the 
AJAX queries is failing:
   http://localhost:3030/fuseki/$/stats/XXXXXX
   where XXXXXX is the dataset concerned.
   Such a request returns an HTTP 403 (Forbidden) and opens an "AxiosError" 
pop-up.
   
   Is it something related to the configuration or a possible bug?
   
   For info, the shiro.ini contains:
   
   [urls]
   ## Control functions open to anyone
   /$/status  = anon
   /$/server  = anon
   /$/ping    = anon
   /$/metrics = anon
   /$/stats   = anon
   
   Many thanks,
   Patrice
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to