This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new c4bec54ba update changed link-fragments in shiro docs
c4bec54ba is described below
commit c4bec54ba8bebb76af55ed7e29e0e6f3221285fa
Author: Øyvind Gjesdal <[email protected]>
AuthorDate: Sat Aug 10 12:40:22 2024 +0200
update changed link-fragments in shiro docs
---
source/documentation/fuseki2/fuseki-security.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/documentation/fuseki2/fuseki-security.md
b/source/documentation/fuseki2/fuseki-security.md
index 23f615fbd..3f5b59a8b 100644
--- a/source/documentation/fuseki2/fuseki-security.md
+++ b/source/documentation/fuseki2/fuseki-security.md
@@ -25,7 +25,7 @@ default `shiro.ini` configuration. The default admin user is
`admin` and the
password is `pw`. This can be changed directly in the INI file. Note that this
setup is not recommended for production for various reasons (no TLS, passwords
in plain text etc.), consult the [Shiro
-INI](https://shiro.apache.org/configuration.html#Configuration-INISections)
+INI](https://shiro.apache.org/configuration.html#Configuration-INIConfiguration-Sections)
documentation for best practices.
As mentioned above, the default setup only restricts access to the admin pages
@@ -34,7 +34,7 @@ interface starts with '/$/', consult the [Fuseki HTTP
Administration Protocol
](../fuseki2/fuseki-server-protocol.html) documentation for more details.
If access to SPARQL endpoints should be restricted, additional [Shiro
-ACLs](https://shiro.apache.org/web.html#Web-WebINIconfiguration) are necessary.
+ACLs](https://shiro.apache.org/web.html#web_ini) are necessary.
This is done in the `[urls]` section of the configuration. As an example,
restricting access to the `../query` SPARQL endpoint for all datasets on Fuseki
could be done with this wildcard pattern: