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

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


The following commit(s) were added to refs/heads/asf-staging-jbake by this push:
     new c20f376  preview 2022-01-14
c20f376 is described below

commit c20f376e23e2617984ac690d0efe1c7106e68d08
Author: Benjamin Marwell <[email protected]>
AuthorDate: Fri Jan 14 08:06:39 2022 +0100

    preview 2022-01-14
---
 .htaccess                                      | 30 ++++++++++++++++++++++----
 4/index.html                                   |  2 +-
 blog/2012/07/29/apache-shiro-121-released.html |  6 +++---
 feed.xml                                       |  6 +++---
 news.html                                      |  2 +-
 5 files changed, 34 insertions(+), 12 deletions(-)

diff --git a/.htaccess b/.htaccess
index c83bd00..7283453 100644
--- a/.htaccess
+++ b/.htaccess
@@ -15,14 +15,36 @@ RedirectMatch ^/features-overview.html /features.html
 RedirectMatch ^/contribute.html /how-to-contribute.html
 
 # redirect blog posts
-RedirectMatch ^/2013/05/30/apache-shiro-122-released.html 
/how-to-contribute.html
+# old:   2013/05/30/apache-shiro-122-released.html
+# new:   blog/2013/05/30/apache-shiro-122-released.html
+RedirectMatch ^/2013/05/30/apache-shiro-122-released.html 
/blog/2013/05/30/apache-shiro-122-released.html
+RedirectMatch ^/2012/07/29/apache-shiro-121-released.html 
/blog/2012/07/29/apache-shiro-121-released.html
+RedirectMatch ^/2012/03/13/whats-new-in-apache-shiro-12.html 
/blog/2012/03/13/whats-new-in-apache-shiro-12.html
+RedirectMatch ^/2012/01/24/apache-shiro-120-released.html 
/blog/2012/01/24/apache-shiro-120-released.html
+RedirectMatch ^/2011/06/30/apache-shiro-login-demo.html 
/blog/2011/06/30/apache-shiro-login-demo.html
+RedirectMatch ^/2011/05/24/the-new-rbac-resource-based-access-control.html 
/blog/2011/05/24/the-new-rbac-resource-based-access-control.html
+RedirectMatch ^/2011/03/14/infoq-article-on-apache-shiro.html 
/blog/2011/03/14/infoq-article-on-apache-shiro.html
+RedirectMatch 
^/2011/02/28/java-authorization-guide-with-apache-shiro-posted.html 
/blog/2011/02/28/java-authorization-guide-with-apache-shiro-posted.html
+RedirectMatch 
^/2011/02/10/apache-shiro-integration-for-grails-113-released.html 
/blog/2011/02/10/apache-shiro-integration-for-grails-113-released.html
+RedirectMatch ^/2011/01/13/apache-shiro-support-for-mule.html 
/blog/2011/01/13/apache-shiro-support-for-mule.html
+RedirectMatch 
^/2011/01/06/apache-shiro-video-and-slide-from-sf-jug-presentation.html 
/blog/2011/01/06/apache-shiro-video-and-slide-from-sf-jug-presentation.html
+RedirectMatch ^/2010/11/03/apache-shiro-110-released.html 
/blog/2010/11/03/apache-shiro-110-released.html
+RedirectMatch 
^/2010/09/24/apache-shiro-becomes-an-apache-top-level-project.html 
/blog/2010/09/24/apache-shiro-becomes-an-apache-top-level-project.html
+RedirectMatch ^/2010/09/20/san-francisco-jug-presentation.html 
/blog/2010/09/20/san-francisco-jug-presentation.html
+RedirectMatch 
^/2010/09/14/ibm-developerworks-introduction-to-apache-shiro.html 
/blog/2010/09/14/ibm-developerworks-introduction-to-apache-shiro.html
+RedirectMatch ^/2010/06/01/sdforum-java-sig-apache-shiro-presentation.html 
/blog/2010/06/01/sdforum-java-sig-apache-shiro-presentation.html
 
 # redirect old file names
 RedirectMatch ^/assets/images/articles/(.*) /files/articles/$1
 
-# javadoc fixes
-# old jar name
-RedirectMatch /static/(.*)/tools(.*) /static/$1/shiro-tools/$2
+# the tools-jar got renamed to shiro-tools.
+# this means, tools/apidocs and tools/shiro-tool-hasher/apidocs need to
+# be adjusted to shiro-tools/apidocs.
+#
+# redirect static/1.8.0/tools/apidocs/org/apache/shiro/tools/hasher/Hasher.html
+#    to    
static/1.8.0/shiro-tools/apidocs/org/apache/shiro/tools/hasher/Hasher.html
+# ... but leave the package name alone.
+RedirectMatch /static/(.*)/tools/apidocs/(.*) /static/$1/shiro-tools/$2
 
 # those do not exist anymore.
 RedirectMatch /static/1.1.0(.*) /static/current$1
diff --git a/4/index.html b/4/index.html
index b1f815c..0f59ede 100644
--- a/4/index.html
+++ b/4/index.html
@@ -288,7 +288,7 @@
             <p><small>by The Apache Shiro Team on 2013-05-30</small></p>
           </div>
           <div>
-            <a href="../blog/2012/07/29/apache-shiro-121-released.html"><h4 
class="news-title">Apache Shiro 1.2.2 Released</h4></a>
+            <a href="../blog/2012/07/29/apache-shiro-121-released.html"><h4 
class="news-title">Apache Shiro 1.2.1 Released</h4></a>
             <p><small>by Les Hazlewood on 2012-07-29</small></p>
           </div>
           <hr/>
diff --git a/blog/2012/07/29/apache-shiro-121-released.html 
b/blog/2012/07/29/apache-shiro-121-released.html
index a939e3f..f72dc16 100644
--- a/blog/2012/07/29/apache-shiro-121-released.html
+++ b/blog/2012/07/29/apache-shiro-121-released.html
@@ -18,7 +18,7 @@
 <html lang="en">
   <head>
     <meta charset="utf-8"/>
-    <title>Apache Shiro 1.2.2 Released | Apache Shiro</title>
+    <title>Apache Shiro 1.2.1 Released | Apache Shiro</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="author" content="Les Hazlewood">
     <meta name="keywords" content='blog,release'>
@@ -28,7 +28,7 @@
     <meta name="google-site-verification" 
content="gBTYOG8lMfNb_jrWrH3kFbudpEs_WrAJ2lb2-zLRaso"/>
     <meta name="msvalidate.01" content="0B57EB46CBFAD8FD45008D2DB6B6C68C">
 
-    <meta property="og:title" content="Apache Shiro 1.2.2 Released | Apache 
Shiro"/>
+    <meta property="og:title" content="Apache Shiro 1.2.1 Released | Apache 
Shiro"/>
     <meta property="article:published_time" content="2012-07-29"/>
     <meta name="publish_date" property="og:publish_date" content="2012-07-29"/>
     <meta name="twitter:creator" content="@lhazlewood" />
@@ -170,7 +170,7 @@
     </nav>
 
        <div class="page-header">
-               <h1>Apache Shiro 1.2.2 Released</h1>
+               <h1>Apache Shiro 1.2.1 Released</h1>
        </div>
 
        <p><em>29 Juli 2012</em></p>
diff --git a/feed.xml b/feed.xml
index 7cf01f5..08242c8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
     <atom:link href="https://shiro-jbake.staged.apache.org/feed.xml"; 
rel="self" type="application/rss+xml" />
     <description>JBake Bootstrap Template</description>
     <language>en-gb</language>
-    <pubDate>Do., 13 Jan. 2022 23:13:36 +0100</pubDate>
-    <lastBuildDate>Do., 13 Jan. 2022 23:13:36 +0100</lastBuildDate>
+    <pubDate>Fr., 14 Jan. 2022 08:05:15 +0100</pubDate>
+    <lastBuildDate>Fr., 14 Jan. 2022 08:05:15 +0100</lastBuildDate>
 
     <item>
       <title>Apache Shiro v1.8.0 released</title>
@@ -706,7 +706,7 @@ documentation.&lt;/a&gt;&lt;/p&gt;
        </description>
     </item>
     <item>
-      <title>Apache Shiro 1.2.2 Released</title>
+      <title>Apache Shiro 1.2.1 Released</title>
       
<link>https://shiro-jbake.staged.apache.org/blog/2012/07/29/apache-shiro-121-released.html</link>
       <pubDate>So., 29 Juli 2012 00:00:00 +0200</pubDate>
       <guid 
isPermaLink="false">blog/2012/07/29/apache-shiro-121-released.html</guid>
diff --git a/news.html b/news.html
index 617ad7f..6f7dd67 100644
--- a/news.html
+++ b/news.html
@@ -252,7 +252,7 @@
           <h4>Juli 2012</h4>
           <ul>
 
-  <li>29 - <a href="blog/2012/07/29/apache-shiro-121-released.html">Apache 
Shiro 1.2.2 Released</a></li>
+  <li>29 - <a href="blog/2012/07/29/apache-shiro-121-released.html">Apache 
Shiro 1.2.1 Released</a></li>
           </ul>
           <h4>März 2012</h4>
           <ul>

Reply via email to