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 9d2663887 added shiro 3.0 config note
9d2663887 is described below
commit 9d2663887e30358e7a58a0ffa0d56faa3a4a994d
Author: lprimak <[email protected]>
AuthorDate: Sun Jan 18 19:03:16 2026 -0600
added shiro 3.0 config note
---
src/site/content/web.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/content/web.adoc b/src/site/content/web.adoc
index 2266ad319..df4b0655a 100644
--- a/src/site/content/web.adoc
+++ b/src/site/content/web.adoc
@@ -477,7 +477,7 @@ To allow pre-flight `OPTIONS` requests to pass through the
authentication filter
This is commonly used with `authcBasic` (Basic Auth) or `authcBearer` (Bearer
Token / JWT).
[NOTE]
====
-this feature is only available in Shiro 2.0.7 or later
+this feature is only available in Shiro 2.0.7 or later, and in Shiro 3.0.0 or
later, this option will become the default (no additional configuration will be
required)
====
[source,ini]