diff --git a/src/site/content/spring-boot.adoc b/src/site/content/spring-boot.adoc index 3bfef03dd..f01913128 100644 --- a/src/site/content/spring-boot.adoc +++ b/src/site/content/spring-boot.adoc @@ -160,6 +160,10 @@ protected CacheManager cacheManager() { |shiro.successUrl |`/` |Default landing page after a user logs in (if 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. |=== == Standalone Applications diff --git a/src/site/content/web.adoc b/src/site/content/web.adoc index f28eb1e44..f012842aa 100644 --- a/src/site/content/web.adoc +++ b/src/site/content/web.adoc @@ -469,6 +469,32 @@ If you're currently allowing URL rewriting to allow for a jsessionid