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 74e54bf37 trying to fix htacces
74e54bf37 is described below

commit 74e54bf377c69e1051fb738e9c5e134596e9d901
Author: lprimak <[email protected]>
AuthorDate: Sun Aug 25 15:47:31 2024 -0500

    trying to fix htacces
---
 .htaccess                | 2 +-
 .well-known/security.txt | 2 +-
 feed.xml                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.htaccess b/.htaccess
index 3ecc52d2c..0f39460f4 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/shiro-(.*)/(.*) 
https://javadoc.io/doc/org.apache.shiro/shiro-$1/latest/$2
+RedirectMatch /static/current/apidocs/shiro-(.[A-z]+)/(.*) 
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 d30ad8510..0f51b041e 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2025-08-25T20:41:16Z
+Expires: 2025-08-25T20:47:12Z
 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 d7ae4ca67..cbb0902e5 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:41:19Z</updated>
+  <updated>2024-08-25T20:47:15Z</updated>
 
   <author>
     <name>Les Hazlewood</name>

Reply via email to