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 36d694fa8 update
36d694fa8 is described below

commit 36d694fa8dc767870d831597ee3753bd9f088f09
Author: lprimak <[email protected]>
AuthorDate: Sun Aug 25 15:20:51 2024 -0500

    update
---
 .htaccess                | 2 +-
 .well-known/security.txt | 2 +-
 architecture.html        | 2 +-
 feed.xml                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index a70e747c5..3ecc52d2c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -52,7 +52,7 @@ RedirectMatch /static/1.1.0(.*) /static/current$1
 RedirectMatch /static/1.0.0-incubating(.*) /static/current$1
 
 # Rediect Javadoc
-RedirectMatch /static/current/apidocs/web/(.*) 
https://javadoc.io/doc/org.apache.shiro/shiro-web/latest/$1
+RedirectMatch /static/current/apidocs/shiro-(.*)/(.*) 
https://javadoc.io/doc/org.apache.shiro/shiro-$1/latest/$2
 RedirectMatch /static/current/apidocs/(.*) 
https://javadoc.io/doc/org.apache.shiro/shiro-core/latest/$1
 
 # latest
diff --git a/.well-known/security.txt b/.well-known/security.txt
index 249c718fe..74ed4d368 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2025-08-25T20:05:55Z
+Expires: 2025-08-25T20:20:26Z
 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/architecture.html b/architecture.html
index 1fadd98fd..1e330e531 100644
--- a/architecture.html
+++ b/architecture.html
@@ -305,7 +305,7 @@ The <code>SessionDAO</code> performs <code>Session</code> 
persistence (CRUD) ope
 </div>
 </li>
 <li>
-<p><strong>CacheManager</strong> (<a 
href="static/current/apidocs/org/apache/shiro/cache/CacheManager.html">org.apache.shiro.cache.CacheManager</a>)
+<p><strong>CacheManager</strong> (<a 
href="static/current/apidocs/shiro-cache/org/apache/shiro/cache/CacheManager.html">org.apache.shiro.cache.CacheManager</a>)
 The <code>CacheManager</code> creates and manages <code>Cache</code> instance 
lifecycles used by other Shiro components. Because Shiro can access many 
back-end data sources for authentication, authorization and session management, 
caching has always been a first-class architectural feature in the framework to 
improve performance while using these data sources. Any of the modern 
open-source and/or enterprise caching products can be plugged in to Shiro to 
provide a fast and efficient user- [...]
 </li>
 <li>
diff --git a/feed.xml b/feed.xml
index 8c3cbd59c..cd01cf5f0 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>2024-08-25T20:05:58Z</updated>
+  <updated>2024-08-25T20:20:28Z</updated>
 
   <author>
     <name>Les Hazlewood</name>

Reply via email to