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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 8eeb86254 web update
8eeb86254 is described below

commit 8eeb8625493eb63b551a85df0091f724ad5a96c7
Author: lprimak <[email protected]>
AuthorDate: Wed Jan 21 11:31:14 2026 -0600

    web update
---
 .well-known/security.txt |  2 +-
 feed.xml                 |  2 +-
 web.html                 | 34 +++++++++++++++++++++++++++++-----
 3 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/.well-known/security.txt b/.well-known/security.txt
index 708243287..c3e20a515 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2027-01-21T17:14:23Z
+Expires: 2027-01-21T17:30:39Z
 Preferred-Languages: en
 Canonical: https://shiro.apache.org/.well-known/security.txt
 Policy: https://shiro.apache.org/security-reports.html
\ No newline at end of file
diff --git a/feed.xml b/feed.xml
index 180626547..060fa38b8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -4,7 +4,7 @@
   <subtitle>Simple. Java. Security.</subtitle>
   <link href="https://shiro.apache.org/"/>
   <link rel="self" href="https://shiro.apache.org/feed.xml"; />
-  <updated>2026-01-21T17:14:23Z</updated>
+  <updated>2026-01-21T17:30:39Z</updated>
 
   <author>
     <name>Les Hazlewood</name>
diff --git a/web.html b/web.html
index 13b60a6b2..91fc24c31 100644
--- a/web.html
+++ b/web.html
@@ -255,7 +255,7 @@
 <li><a href="#request_specific_enablingdisabling">Request-specific 
Enabling/Disabling</a></li>
 <li><a href="#path_specific_enablingdisabling">Path-specific 
Enabling/Disabling</a></li>
 <li><a href="#global_filters">Global Filters</a></li>
-<li><a href="#filter_chain_resolver_options">Filter Chain Resolver 
Options</a></li>
+<li><a 
href="#configuring_default_behavior_of_the_access_control_mechanism">Configuring
 default behavior of the access control mechanism</a></li>
 <li><a href="#cors_support">CORS Support</a></li>
 <li><a href="#http_strict_transport_security_hsts">HTTP Strict Transport 
Security (HSTS)</a></li>
 </ul>
@@ -999,14 +999,37 @@ invalidRequest.blockNonAscii = true
 </div>
 </div>
 <div class="sect2">
-<h3 id="filter_chain_resolver_options">Filter Chain Resolver Options</h3>
+<h3 
id="configuring_default_behavior_of_the_access_control_mechanism">Configuring 
default behavior of the access control mechanism</h3>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>This feature is only available in Shiro 2.1 or later, and in Shiro 3.0.0 or 
later, this option will become the default (no additional configuration will be 
required)</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
 <div class="paragraph">
-<p>The filter chain resolver supports additional configuration options:</p>
+<p>The filter chain resolver supports additional configuration options, 
including:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>case-insensitive path matching</p>
+</li>
+<li>
+<p>whether to allow access when no filter matches the request path</p>
+</li>
+</ul>
 </div>
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-ini hljs" 
data-lang="ini">[main]
-...
 # Enable case-insensitive path matching.
 # Can be set to true for Shiro 2.x.
 # Defaults to true in Shiro 3.x.
@@ -1014,6 +1037,7 @@ filterChainResolver.caseInsensitive = true
 
 # Allow access when no filter chain matches the request path.
 # Can be set to true to allow access when no filter chain matches.
+# Can be set to false for Shiro 2.x.
 # Defaults to false in Shiro 3.x.
 filterChainResolver.allowAccessByDefault = false</code></pre>
 </div>
@@ -1038,7 +1062,7 @@ filterChainResolver.allowAccessByDefault = 
false</code></pre>
 </td>
 <td class="content">
 <div class="paragraph">
-<p>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)</p>
+<p>this feature is only available in Shiro 2.1 or later, and in Shiro 3.0.0 or 
later, this option will become the default (no additional configuration will be 
required)</p>
 </div>
 </td>
 </tr>

Reply via email to