This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a124d04d added more Spring config options from the Spring-boot page
8a124d04d is described below

commit 8a124d04d9d58a1207365935d098a4e245e3aea9
Author: lprimak <[email protected]>
AuthorDate: Sat Jan 24 22:09:35 2026 -0600

    added more Spring config options from the Spring-boot page
---
 src/site/content/spring-framework.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/site/content/spring-framework.adoc 
b/src/site/content/spring-framework.adoc
index 1faf07945..cc31253f4 100644
--- a/src/site/content/spring-framework.adoc
+++ b/src/site/content/spring-framework.adoc
@@ -267,7 +267,8 @@ alternative cannot be found in the current session)
 
 |shiro.unauthorizedUrl |null |Page to redirect user to if they are
 unauthorized (403 page)
-|===
-
 
+|shiro.caseInsensitive |`false` (2.x), `true` (3.x) |Enable case-insensitive 
path matching. Can be set to true in 2.x. Defaults to true in 3.x.
 
+|shiro.allowAccessByDefault |`true` (2.x), `false` (3.x) |Allow access when no 
filter chain matches. Defaults to true in 2.x and false in 3.x.
+|===

Reply via email to