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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a0068b5  site updates 2022-03-06
a0068b5 is described below

commit a0068b5f078aca6ceb890e50bb6d3ebb1fb90788
Author: Benjamin Marwell <[email protected]>
AuthorDate: Sun Mar 6 21:32:56 2022 +0100

    site updates 2022-03-06
---
 .well-known/security.txt |   2 +-
 blog/2021/v1.8.0.html    |  56 ++++-
 download.html            |  91 +++----
 feed.xml                 |  58 ++++-
 integration.html         |  11 +-
 release-archive.html     | 641 +++++++++++++++++------------------------------
 sitemap.xml              |  14 +-
 7 files changed, 385 insertions(+), 488 deletions(-)

diff --git a/.well-known/security.txt b/.well-known/security.txt
index 6599600..80a7aec 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2023-02-13T19:12:50Z
+Expires: 2023-03-06T20:27:57Z
 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/blog/2021/v1.8.0.html b/blog/2021/v1.8.0.html
index ad13c7a..d9b050e 100644
--- a/blog/2021/v1.8.0.html
+++ b/blog/2021/v1.8.0.html
@@ -198,15 +198,63 @@
                </em>
        </p>
 
-       <div class="paragraph">
+       <div id="preamble">
+<div class="sectionbody">
+<div class="paragraph">
 <p>The Shiro team is pleased to announce the release of Apache Shiro version 
1.8.0. This is a feature release for 1.x.</p>
 </div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="changes_in_1_8_0">Changes in 1.8.0</h2>
+<div class="sectionbody">
 <div class="paragraph">
-<p>You can learn more on <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350384&amp;projectId=12310950";>Jira</a>.</p>
+<p>This changelog is also available <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350384&amp;projectId=12310950";>on
 Jira</a>.</p>
+</div>
+<div class="sect2">
+<h3 id="bug">Bug</h3>
+<div class="ulist">
+<ul>
+<li>
+<p>[<a href="https://issues.apache.org/jira/browse/SHIRO-678";>SHIRO-678</a>] - 
Strings
+garbled when POST without JSESSIONID cookie</p>
+</li>
+<li>
+<p>[<a href="https://issues.apache.org/jira/browse/SHIRO-812";>SHIRO-812</a>] - 
Key
+value separator in config is broken with escape char</p>
+</li>
+<li>
+<p>[<a href="https://issues.apache.org/jira/browse/SHIRO-825";>SHIRO-825</a>] -
+Trailing slash in URI results in "IllegalArgumentException: There is no
+configured chain under the name/key"</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect2">
+<h3 id="improvement">Improvement</h3>
+<div class="ulist">
+<ul>
+<li>
+<p>[<a href="https://issues.apache.org/jira/browse/SHIRO-216";>SHIRO-216</a>] - 
Add
+@Documented to Shiro authorization annotations</p>
+</li>
+</ul>
+</div>
 </div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="download">Download</h2>
+<div class="sectionbody">
 <div class="paragraph">
-<p>Release binaries (<code>.jar</code>s) are also available through Maven 
Central and source bundles through Apache distribution mirrors.</p>
+<p>Download and verification instructions are available <a 
href="/download.html">on our download page</a>.</p>
+</div>
 </div>
+</div>
+<div class="sect1">
+<h2 id="documentation">Documentation</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>For more information on <a href="/documentation.html">Shiro, please read 
the documentation</a>.</p>
 </div>
@@ -216,6 +264,8 @@
 <div class="paragraph">
 <p>The Apache Shiro Team</p>
 </div>
+</div>
+</div>
 
        <hr />
        
diff --git a/download.html b/download.html
index 6fb2c85..680cd3e 100644
--- a/download.html
+++ b/download.html
@@ -215,9 +215,9 @@ For older releases, please visit our <a 
href="release-archive.html">release arch
   <ul>
     <li><a href="#180">Apache Shiro Release v1.8.0</a></li>
     <ul>
-      <li><a href="#180Binary">1.8.0 Binary Distribution</a></li>
       <li><a href="#180Source">1.8.0 Source Code Distribution</a></li>
       <li><a href="#180Git">1.8.0 Git Source repository</a></li>
+      <li><a href="#180Binary">1.8.0 Binaries</a></li>
     </ul>
   </ul>
 </p>
@@ -227,12 +227,30 @@ For older releases, please visit our <a 
href="release-archive.html">release arch
   <section id="180">
   <h2>Release 1.8.0</h2>
 
-  <h3 id="180Binary">1.8.0 Binary Distribution</h3>
+  <h3 id="180Source">1.8.0 Source Code Distribution</h3>
+
+  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
 
+  <code><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.8.0/shiro-root-1.8.0-source-release.zip";>shiro-root-1.8.0-source-release.zip</a></code>
+    (<a class="external-link"
+        
href="https://www.apache.org/dyn/closer.lua/shiro/1.8.0/shiro-root-1.8.0-source-release.zip.asc";>pgp</a>,
 <a
+            class="external-link"
+            
href="https://www.apache.org/dyn/closer.lua/shiro/1.8.0/shiro-root-1.8.0-source-release.zip.sha512";>sha512</a>)
+  </code>
 
   <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
 
-  <p>To download the files directly as one .jar file just click the link in 
the "Artifact" column. If you would like
+  <h3 id="180Git">1.8.0 Git Source repository</h3>
+
+  <p>The source can be cloned anonymously from Git with this command:</p>
+  <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
+git checkout shiro-root-1.8.0
+</code>
+</pre>
+
+  <h3 id="180Binary">1.8.0 Binaries</h3>
+
+  <p>If you don't want to build yourself, you can download pre-built binaries 
from Maven Central, just click the link in the "Artifact" column. If you would 
like
     acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
 
   <p>
@@ -252,8 +270,7 @@ For older releases, please visit our <a 
href="release-archive.html">release arch
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.8.0/shiro-all-1.8.0.jar";>shiro-all</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.8.0/shiro-all-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.8.0/shiro-all-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.8.0/shiro-all-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.8.0/shiro-all-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -272,8 +289,7 @@ For Maven builds, it is <b>highly</b> recommended to 
specify individual modules
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.8.0/shiro-core-1.8.0.jar";>shiro-core</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.8.0/shiro-core-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.8.0/shiro-core-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.8.0/shiro-core-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.8.0/shiro-core-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -295,8 +311,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.8.0/shiro-web-1.8.0.jar";>shiro-web</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.8.0/shiro-web-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.8.0/shiro-web-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.8.0/shiro-web-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.8.0/shiro-web-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -314,8 +329,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.8.0/shiro-servlet-plugin-1.8.0.jar";>shiro-servlet-plugin</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.8.0/shiro-servlet-plugin-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.8.0/shiro-servlet-plugin-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.8.0/shiro-servlet-plugin-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.8.0/shiro-servlet-plugin-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -333,8 +347,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.8.0/shiro-jaxrs-1.8.0.jar";>shiro-jaxrs</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.8.0/shiro-jaxrs-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.8.0/shiro-jaxrs-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.8.0/shiro-jaxrs-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.8.0/shiro-jaxrs-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -352,8 +365,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.8.0/shiro-aspectj-1.8.0.jar";>shiro-aspectj</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.8.0/shiro-aspectj-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.8.0/shiro-aspectj-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.8.0/shiro-aspectj-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.8.0/shiro-aspectj-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -372,8 +384,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.8.0/shiro-cas-1.8.0.jar";>shiro-cas</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.8.0/shiro-cas-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.8.0/shiro-cas-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.8.0/shiro-cas-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.8.0/shiro-cas-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -395,8 +406,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.8.0/shiro-ehcache-1.8.0.jar";>shiro-ehcache</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.8.0/shiro-ehcache-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.8.0/shiro-ehcache-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.8.0/shiro-ehcache-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.8.0/shiro-ehcache-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -414,8 +424,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.8.0/shiro-hazelcast-1.8.0.jar";>shiro-hazelcast</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.8.0/shiro-hazelcast-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.8.0/shiro-hazelcast-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.8.0/shiro-hazelcast-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.8.0/shiro-hazelcast-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -433,8 +442,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.8.0/shiro-features-1.8.0-features.xml";>shiro-features</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.8.0/shiro-features-1.8.0-features.xml.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.8.0/shiro-features-1.8.0-features.xml.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.8.0/shiro-features-1.8.0-features.xml.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.8.0/shiro-features-1.8.0-features.xml.asc";>pgp</a>)
     </td>
 
     <td>
@@ -452,8 +460,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.8.0/shiro-guice-1.8.0.jar";>shiro-guice</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.8.0/shiro-guice-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.8.0/shiro-guice-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.8.0/shiro-guice-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.8.0/shiro-guice-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -471,8 +478,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.8.0/shiro-quartz-1.8.0.jar";>shiro-quartz</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.8.0/shiro-quartz-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.8.0/shiro-quartz-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.8.0/shiro-quartz-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.8.0/shiro-quartz-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -491,8 +497,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.8.0/shiro-spring-1.8.0.jar";>shiro-spring</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.8.0/shiro-spring-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.8.0/shiro-spring-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.8.0/shiro-spring-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.8.0/shiro-spring-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -510,8 +515,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.8.0/shiro-spring-boot-starter-1.8.0.jar";>shiro-spring-boot-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.8.0/shiro-spring-boot-starter-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.8.0/shiro-spring-boot-starter-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.8.0/shiro-spring-boot-starter-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.8.0/shiro-spring-boot-starter-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -529,8 +533,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.8.0/shiro-spring-boot-web-starter-1.8.0.jar";>shiro-spring-boot-web-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.8.0/shiro-spring-boot-web-starter-1.8.0.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.8.0/shiro-spring-boot-web-starter-1.8.0.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.8.0/shiro-spring-boot-web-starter-1.8.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.8.0/shiro-spring-boot-web-starter-1.8.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -548,8 +551,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.8.0/shiro-tools-hasher-1.8.0-cli.jar";>shiro-tools-hasher</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.8.0/shiro-tools-hasher-1.8.0-cli.jar.asc";>pgp</a>,
-          <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.8.0/shiro-tools-hasher-1.8.0-cli.jar.md5";>md5</a>,
 <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.8.0/shiro-tools-hasher-1.8.0-cli.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.8.0/shiro-tools-hasher-1.8.0-cli.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -566,25 +568,6 @@ It is intended to be downloaded and executed:
   </tbody>
 </table>
 
-  <h3 id="180Source">1.8.0 Source Code Distribution</h3>
-
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
-
-  <p><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.8.0/shiro-root-1.8.0-source-release.zip";>zip</a>
-    (<a class="external-link"
-        
href="https://www.apache.org/dist/shiro/1.8.0/shiro-root-1.8.0-source-release.zip.asc";>pgp</a>,
 <a
-            class="external-link"
-            
href="https://www.apache.org/dist/shiro/1.8.0/shiro-root-1.8.0-source-release.zip.sha512";>sha512</a>)
-  </p>
-
-  <h3 id="180Git">1.8.0 Git Source repository</h3>
-
-  <p>The source can be cloned anonymously from Git with this command:</p>
-  <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
-git switch shiro-root-1.8.0
-</code>
-</pre>
-
   </section>
 
 
diff --git a/feed.xml b/feed.xml
index 4e3a254..b739f38 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>2022-02-13T19:12:50Z</updated>
+  <updated>2022-03-06T20:27:58Z</updated>
 
   <author>
     <name>Les Hazlewood</name>
@@ -108,15 +108,63 @@ Of course the old URLs will be redirected.&lt;/p&gt;
       <name>Benjamin Marwell</name>
     </author>
     <content type="html">
-      &lt;div class=&quot;paragraph&quot;&gt;
+      &lt;div id=&quot;preamble&quot;&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;The Shiro team is pleased to announce the release of Apache Shiro 
version 1.8.0. This is a feature release for 1.x.&lt;/p&gt;
 &lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect1&quot;&gt;
+&lt;h2 id=&quot;changes_in_1_8_0&quot;&gt;Changes in 1.8.0&lt;/h2&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;You can learn more on &lt;a 
href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350384&amp;amp;projectId=12310950&quot;&gt;Jira&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;This changelog is also available &lt;a 
href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350384&amp;amp;projectId=12310950&quot;&gt;on
 Jira&lt;/a&gt;.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;bug&quot;&gt;Bug&lt;/h3&gt;
+&lt;div class=&quot;ulist&quot;&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/SHIRO-678&quot;&gt;SHIRO-678&lt;/a&gt;]
 - Strings
+garbled when POST without JSESSIONID cookie&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/SHIRO-812&quot;&gt;SHIRO-812&lt;/a&gt;]
 - Key
+value separator in config is broken with escape char&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/SHIRO-825&quot;&gt;SHIRO-825&lt;/a&gt;]
 -
+Trailing slash in URI results in &quot;IllegalArgumentException: There is no
+configured chain under the name/key&quot;&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;/div&gt;
 &lt;/div&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;improvement&quot;&gt;Improvement&lt;/h3&gt;
+&lt;div class=&quot;ulist&quot;&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/SHIRO-216&quot;&gt;SHIRO-216&lt;/a&gt;]
 - Add
+@Documented to Shiro authorization annotations&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect1&quot;&gt;
+&lt;h2 id=&quot;download&quot;&gt;Download&lt;/h2&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;Release binaries (&lt;code&gt;.jar&lt;/code&gt;s) are also available 
through Maven Central and source bundles through Apache distribution 
mirrors.&lt;/p&gt;
+&lt;p&gt;Download and verification instructions are available &lt;a 
href=&quot;/download.html&quot;&gt;on our download page&lt;/a&gt;.&lt;/p&gt;
+&lt;/div&gt;
+&lt;/div&gt;
 &lt;/div&gt;
+&lt;div class=&quot;sect1&quot;&gt;
+&lt;h2 id=&quot;documentation&quot;&gt;Documentation&lt;/h2&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;For more information on &lt;a 
href=&quot;/documentation.html&quot;&gt;Shiro, please read the 
documentation&lt;/a&gt;.&lt;/p&gt;
 &lt;/div&gt;
@@ -126,6 +174,8 @@ Of course the old URLs will be redirected.&lt;/p&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;The Apache Shiro Team&lt;/p&gt;
 &lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
     </content>
   </entry>
 
diff --git a/integration.html b/integration.html
index d3fcd62..9f4bf58 100644
--- a/integration.html
+++ b/integration.html
@@ -31,7 +31,7 @@
     <meta property="og:type" content="article"/>
       <meta name="twitter:card" content="summary" />
     <meta name="twitter:site" content="@ApacheShiro" />
-    <meta property="article:modification_time" content="2022-01-27T19:45:17Z"/>
+    <meta property="article:modification_time" content="2022-03-06T19:46:01Z"/>
     <meta property="article:tag" content='documentation'/>
     <meta property="article:tag" content='overview'/>
     <meta property="article:tag" content='features'/>
@@ -413,6 +413,15 @@ Uses Lift’s sitemap Locs instead of Shiro’s built in 
web.xml resource filter
 <p>Bootique is a minimally opinionated platform for modern runnable Java 
apps.</p>
 </div>
 </li>
+<li>
+<p><strong><a href="https://github.com/casdoor/shiro-casdoor";>Shiro 
Casdoor</a></strong></p>
+<div class="paragraph">
+<p>from <a href="https://casdoor.org/";>Casdoor</a>.</p>
+</div>
+<div class="paragraph">
+<p>Casdoor is a UI-first centralized authentication / Single-Sign-On (SSO) 
platform supporting OAuth 2.0, OIDC and SAML.</p>
+</div>
+</li>
 </ul>
 </div>
 </div>
diff --git a/release-archive.html b/release-archive.html
index 2698a72..a15039d 100644
--- a/release-archive.html
+++ b/release-archive.html
@@ -218,45 +218,45 @@ To download the current release, please go to the <a 
href="download.html">downlo
   <ul>
     <li><a href="#171">Apache Shiro Release v1.7.1</a></li>
     <ul>
-      <li><a href="#171Binary">1.7.1 Binary Distribution</a></li>
       <li><a href="#171Source">1.7.1 Source Code Distribution</a></li>
       <li><a href="#171Git">1.7.1 Git Source repository</a></li>
+      <li><a href="#171Binary">1.7.1 Binaries</a></li>
     </ul>
     <li><a href="#160">Apache Shiro Release v1.6.0</a></li>
     <ul>
-      <li><a href="#160Binary">1.6.0 Binary Distribution</a></li>
       <li><a href="#160Source">1.6.0 Source Code Distribution</a></li>
       <li><a href="#160Git">1.6.0 Git Source repository</a></li>
+      <li><a href="#160Binary">1.6.0 Binaries</a></li>
     </ul>
     <li><a href="#153">Apache Shiro Release v1.5.3</a></li>
     <ul>
-      <li><a href="#153Binary">1.5.3 Binary Distribution</a></li>
       <li><a href="#153Source">1.5.3 Source Code Distribution</a></li>
       <li><a href="#153Git">1.5.3 Git Source repository</a></li>
+      <li><a href="#153Binary">1.5.3 Binaries</a></li>
     </ul>
     <li><a href="#142">Apache Shiro Release v1.4.2</a></li>
     <ul>
-      <li><a href="#142Binary">1.4.2 Binary Distribution</a></li>
       <li><a href="#142Source">1.4.2 Source Code Distribution</a></li>
       <li><a href="#142Git">1.4.2 Git Source repository</a></li>
+      <li><a href="#142Binary">1.4.2 Binaries</a></li>
     </ul>
     <li><a href="#132">Apache Shiro Release v1.3.2</a></li>
     <ul>
-      <li><a href="#132Binary">1.3.2 Binary Distribution</a></li>
       <li><a href="#132Source">1.3.2 Source Code Distribution</a></li>
       <li><a href="#132Git">1.3.2 Git Source repository</a></li>
+      <li><a href="#132Binary">1.3.2 Binaries</a></li>
     </ul>
     <li><a href="#126">Apache Shiro Release v1.2.6</a></li>
     <ul>
-      <li><a href="#126Binary">1.2.6 Binary Distribution</a></li>
       <li><a href="#126Source">1.2.6 Source Code Distribution</a></li>
       <li><a href="#126Git">1.2.6 Git Source repository</a></li>
+      <li><a href="#126Binary">1.2.6 Binaries</a></li>
     </ul>
     <li><a href="#110">Apache Shiro Release v1.1.0</a></li>
     <ul>
-      <li><a href="#110Binary">1.1.0 Binary Distribution</a></li>
       <li><a href="#110Source">1.1.0 Source Code Distribution</a></li>
       <li><a href="#110Git">1.1.0 Git Source repository</a></li>
+      <li><a href="#110Binary">1.1.0 Binaries</a></li>
     </ul>
   </ul>
 </p>
@@ -266,12 +266,30 @@ To download the current release, please go to the <a 
href="download.html">downlo
   <section id="171">
   <h2>Release 1.7.1</h2>
 
-  <h3 id="171Binary">1.7.1 Binary Distribution</h3>
+  <h3 id="171Source">1.7.1 Source Code Distribution</h3>
 
+  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
+
+  <code><a class="external-link" 
href="https://archive.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip";>shiro-root-1.7.1-source-release.zip</a></code>
+    (<a class="external-link"
+        
href="https://archive.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.asc";>pgp</a>,
 <a
+            class="external-link"
+            
href="https://archive.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.sha512";>sha512</a>)
+  </code>
 
   <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
 
-  <p>To download the files directly as one .jar file just click the link in 
the "Artifact" column. If you would like
+  <h3 id="171Git">1.7.1 Git Source repository</h3>
+
+  <p>The source can be cloned anonymously from Git with this command:</p>
+  <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
+git checkout shiro-root-1.7.1
+</code>
+</pre>
+
+  <h3 id="171Binary">1.7.1 Binaries</h3>
+
+  <p>If you don't want to build yourself, you can download pre-built binaries 
from Maven Central, just click the link in the "Artifact" column. If you would 
like
     acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
 
   <p>
@@ -291,9 +309,7 @@ To download the current release, please go to the <a 
href="download.html">downlo
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar";>shiro-all</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -312,9 +328,7 @@ For Maven builds, it is <b>highly</b> recommended to 
specify individual modules
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar";>shiro-core</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -336,9 +350,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar";>shiro-web</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -356,9 +368,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar";>shiro-servlet-plugin</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -376,9 +386,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar";>shiro-jaxrs</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -396,9 +404,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar";>shiro-aspectj</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -417,9 +423,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar";>shiro-cas</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -441,9 +445,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar";>shiro-ehcache</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -461,9 +463,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar";>shiro-hazelcast</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -481,9 +481,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml";>shiro-features</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.asc";>pgp</a>)
     </td>
 
     <td>
@@ -501,9 +499,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar";>shiro-guice</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -521,9 +517,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar";>shiro-quartz</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -542,9 +536,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar";>shiro-spring</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -562,9 +554,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar";>shiro-spring-boot-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -582,9 +572,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar";>shiro-spring-boot-web-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -602,9 +590,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar";>shiro-tools-hasher</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -621,36 +607,35 @@ It is intended to be downloaded and executed:
   </tbody>
 </table>
 
-  <h3 id="171Source">1.7.1 Source Code Distribution</h3>
+  </section>
+
+  <section id="160">
+  <h2>Release 1.6.0</h2>
+
+  <h3 id="160Source">1.6.0 Source Code Distribution</h3>
 
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
 
-  <p><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.7.1/shiro-root-1.7.1-source-release.zip";>zip</a>
+  <code><a class="external-link" 
href="https://archive.apache.org/dist/shiro/1.6.0/shiro-root-1.6.0-source-release.zip";>shiro-root-1.6.0-source-release.zip</a></code>
     (<a class="external-link"
-        
href="https://www.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.asc";>pgp</a>,
 <a
+        
href="https://archive.apache.org/dist/shiro/1.6.0/shiro-root-1.6.0-source-release.zip.asc";>pgp</a>,
 <a
             class="external-link"
-            
href="https://www.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.sha512";>sha512</a>)
-  </p>
+            
href="https://archive.apache.org/dist/shiro/1.6.0/shiro-root-1.6.0-source-release.zip.sha512";>sha512</a>)
+  </code>
 
-  <h3 id="171Git">1.7.1 Git Source repository</h3>
+  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
+
+  <h3 id="160Git">1.6.0 Git Source repository</h3>
 
   <p>The source can be cloned anonymously from Git with this command:</p>
   <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
-git switch shiro-root-1.7.1
+git checkout shiro-root-1.6.0
 </code>
 </pre>
 
-  </section>
-
-  <section id="160">
-  <h2>Release 1.6.0</h2>
-
-  <h3 id="160Binary">1.6.0 Binary Distribution</h3>
-
+  <h3 id="160Binary">1.6.0 Binaries</h3>
 
-  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
-
-  <p>To download the files directly as one .jar file just click the link in 
the "Artifact" column. If you would like
+  <p>If you don't want to build yourself, you can download pre-built binaries 
from Maven Central, just click the link in the "Artifact" column. If you would 
like
     acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
 
   <p>
@@ -670,9 +655,7 @@ git switch shiro-root-1.7.1
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.6.0/shiro-all-1.6.0.jar";>shiro-all</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.6.0/shiro-all-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.6.0/shiro-all-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.6.0/shiro-all-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.6.0/shiro-all-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -691,9 +674,7 @@ For Maven builds, it is <b>highly</b> recommended to 
specify individual modules
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.6.0/shiro-core-1.6.0.jar";>shiro-core</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.6.0/shiro-core-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.6.0/shiro-core-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.6.0/shiro-core-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.6.0/shiro-core-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -715,9 +696,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.6.0/shiro-web-1.6.0.jar";>shiro-web</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.6.0/shiro-web-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.6.0/shiro-web-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.6.0/shiro-web-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.6.0/shiro-web-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -735,9 +714,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.6.0/shiro-servlet-plugin-1.6.0.jar";>shiro-servlet-plugin</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.6.0/shiro-servlet-plugin-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.6.0/shiro-servlet-plugin-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.6.0/shiro-servlet-plugin-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.6.0/shiro-servlet-plugin-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -755,9 +732,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.6.0/shiro-jaxrs-1.6.0.jar";>shiro-jaxrs</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.6.0/shiro-jaxrs-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.6.0/shiro-jaxrs-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.6.0/shiro-jaxrs-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.6.0/shiro-jaxrs-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -775,9 +750,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.6.0/shiro-aspectj-1.6.0.jar";>shiro-aspectj</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.6.0/shiro-aspectj-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.6.0/shiro-aspectj-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.6.0/shiro-aspectj-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.6.0/shiro-aspectj-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -796,9 +769,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.6.0/shiro-cas-1.6.0.jar";>shiro-cas</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.6.0/shiro-cas-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.6.0/shiro-cas-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.6.0/shiro-cas-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.6.0/shiro-cas-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -820,9 +791,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.6.0/shiro-ehcache-1.6.0.jar";>shiro-ehcache</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.6.0/shiro-ehcache-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.6.0/shiro-ehcache-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.6.0/shiro-ehcache-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.6.0/shiro-ehcache-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -840,9 +809,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.6.0/shiro-hazelcast-1.6.0.jar";>shiro-hazelcast</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.6.0/shiro-hazelcast-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.6.0/shiro-hazelcast-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.6.0/shiro-hazelcast-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.6.0/shiro-hazelcast-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -860,9 +827,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.6.0/shiro-features-1.6.0-features.xml";>shiro-features</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.6.0/shiro-features-1.6.0-features.xml.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.6.0/shiro-features-1.6.0-features.xml.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.6.0/shiro-features-1.6.0-features.xml.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.6.0/shiro-features-1.6.0-features.xml.asc";>pgp</a>)
     </td>
 
     <td>
@@ -880,9 +845,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.6.0/shiro-guice-1.6.0.jar";>shiro-guice</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.6.0/shiro-guice-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.6.0/shiro-guice-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.6.0/shiro-guice-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.6.0/shiro-guice-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -900,9 +863,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.6.0/shiro-quartz-1.6.0.jar";>shiro-quartz</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.6.0/shiro-quartz-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.6.0/shiro-quartz-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.6.0/shiro-quartz-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.6.0/shiro-quartz-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -921,9 +882,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.6.0/shiro-spring-1.6.0.jar";>shiro-spring</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.6.0/shiro-spring-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.6.0/shiro-spring-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.6.0/shiro-spring-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.6.0/shiro-spring-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -941,9 +900,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.6.0/shiro-spring-boot-starter-1.6.0.jar";>shiro-spring-boot-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.6.0/shiro-spring-boot-starter-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.6.0/shiro-spring-boot-starter-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.6.0/shiro-spring-boot-starter-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.6.0/shiro-spring-boot-starter-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -961,9 +918,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.6.0/shiro-spring-boot-web-starter-1.6.0.jar";>shiro-spring-boot-web-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.6.0/shiro-spring-boot-web-starter-1.6.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.6.0/shiro-spring-boot-web-starter-1.6.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.6.0/shiro-spring-boot-web-starter-1.6.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.6.0/shiro-spring-boot-web-starter-1.6.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -981,9 +936,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.6.0/shiro-tools-hasher-1.6.0-cli.jar";>shiro-tools-hasher</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.6.0/shiro-tools-hasher-1.6.0-cli.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.6.0/shiro-tools-hasher-1.6.0-cli.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.6.0/shiro-tools-hasher-1.6.0-cli.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.6.0/shiro-tools-hasher-1.6.0-cli.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1000,36 +953,35 @@ It is intended to be downloaded and executed:
   </tbody>
 </table>
 
-  <h3 id="160Source">1.6.0 Source Code Distribution</h3>
+  </section>
 
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+  <section id="153">
+  <h2>Release 1.5.3</h2>
 
-  <p><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.6.0/shiro-root-1.6.0-source-release.zip";>zip</a>
+  <h3 id="153Source">1.5.3 Source Code Distribution</h3>
+
+  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
+
+  <code><a class="external-link" 
href="https://archive.apache.org/dist/shiro/1.5.3/shiro-root-1.5.3-source-release.zip";>shiro-root-1.5.3-source-release.zip</a></code>
     (<a class="external-link"
-        
href="https://www.apache.org/dist/shiro/1.6.0/shiro-root-1.6.0-source-release.zip.asc";>pgp</a>,
 <a
+        
href="https://archive.apache.org/dist/shiro/1.5.3/shiro-root-1.5.3-source-release.zip.asc";>pgp</a>,
 <a
             class="external-link"
-            
href="https://www.apache.org/dist/shiro/1.6.0/shiro-root-1.6.0-source-release.zip.sha512";>sha512</a>)
-  </p>
+            
href="https://archive.apache.org/dist/shiro/1.5.3/shiro-root-1.5.3-source-release.zip.sha512";>sha512</a>)
+  </code>
 
-  <h3 id="160Git">1.6.0 Git Source repository</h3>
+  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
+
+  <h3 id="153Git">1.5.3 Git Source repository</h3>
 
   <p>The source can be cloned anonymously from Git with this command:</p>
   <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
-git switch shiro-root-1.6.0
+git checkout shiro-root-1.5.3
 </code>
 </pre>
 
-  </section>
-
-  <section id="153">
-  <h2>Release 1.5.3</h2>
-
-  <h3 id="153Binary">1.5.3 Binary Distribution</h3>
+  <h3 id="153Binary">1.5.3 Binaries</h3>
 
-
-  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
-
-  <p>To download the files directly as one .jar file just click the link in 
the "Artifact" column. If you would like
+  <p>If you don't want to build yourself, you can download pre-built binaries 
from Maven Central, just click the link in the "Artifact" column. If you would 
like
     acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
 
   <p>
@@ -1049,9 +1001,7 @@ git switch shiro-root-1.6.0
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.5.3/shiro-all-1.5.3.jar";>shiro-all</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.5.3/shiro-all-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.5.3/shiro-all-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.5.3/shiro-all-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.5.3/shiro-all-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1070,9 +1020,7 @@ For Maven builds, it is <b>highly</b> recommended to 
specify individual modules
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.5.3/shiro-core-1.5.3.jar";>shiro-core</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.5.3/shiro-core-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.5.3/shiro-core-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.5.3/shiro-core-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.5.3/shiro-core-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1094,9 +1042,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.5.3/shiro-web-1.5.3.jar";>shiro-web</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.5.3/shiro-web-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.5.3/shiro-web-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.5.3/shiro-web-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.5.3/shiro-web-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1114,9 +1060,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.5.3/shiro-servlet-plugin-1.5.3.jar";>shiro-servlet-plugin</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.5.3/shiro-servlet-plugin-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.5.3/shiro-servlet-plugin-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.5.3/shiro-servlet-plugin-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.5.3/shiro-servlet-plugin-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1134,9 +1078,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.5.3/shiro-jaxrs-1.5.3.jar";>shiro-jaxrs</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.5.3/shiro-jaxrs-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.5.3/shiro-jaxrs-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.5.3/shiro-jaxrs-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.5.3/shiro-jaxrs-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1154,9 +1096,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.5.3/shiro-aspectj-1.5.3.jar";>shiro-aspectj</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.5.3/shiro-aspectj-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.5.3/shiro-aspectj-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.5.3/shiro-aspectj-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.5.3/shiro-aspectj-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1175,9 +1115,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.5.3/shiro-cas-1.5.3.jar";>shiro-cas</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.5.3/shiro-cas-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.5.3/shiro-cas-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.5.3/shiro-cas-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.5.3/shiro-cas-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1199,9 +1137,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.5.3/shiro-ehcache-1.5.3.jar";>shiro-ehcache</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.5.3/shiro-ehcache-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.5.3/shiro-ehcache-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.5.3/shiro-ehcache-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.5.3/shiro-ehcache-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1219,9 +1155,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.5.3/shiro-hazelcast-1.5.3.jar";>shiro-hazelcast</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.5.3/shiro-hazelcast-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.5.3/shiro-hazelcast-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.5.3/shiro-hazelcast-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.5.3/shiro-hazelcast-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1239,9 +1173,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.5.3/shiro-features-1.5.3-features.xml";>shiro-features</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.5.3/shiro-features-1.5.3-features.xml.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.5.3/shiro-features-1.5.3-features.xml.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.5.3/shiro-features-1.5.3-features.xml.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.5.3/shiro-features-1.5.3-features.xml.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1259,9 +1191,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.5.3/shiro-guice-1.5.3.jar";>shiro-guice</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.5.3/shiro-guice-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.5.3/shiro-guice-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.5.3/shiro-guice-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.5.3/shiro-guice-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1279,9 +1209,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.5.3/shiro-quartz-1.5.3.jar";>shiro-quartz</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.5.3/shiro-quartz-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.5.3/shiro-quartz-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.5.3/shiro-quartz-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.5.3/shiro-quartz-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1300,9 +1228,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.5.3/shiro-spring-1.5.3.jar";>shiro-spring</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.5.3/shiro-spring-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.5.3/shiro-spring-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.5.3/shiro-spring-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.5.3/shiro-spring-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1320,9 +1246,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.5.3/shiro-spring-boot-starter-1.5.3.jar";>shiro-spring-boot-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.5.3/shiro-spring-boot-starter-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.5.3/shiro-spring-boot-starter-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.5.3/shiro-spring-boot-starter-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.5.3/shiro-spring-boot-starter-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1340,9 +1264,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.5.3/shiro-spring-boot-web-starter-1.5.3.jar";>shiro-spring-boot-web-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.5.3/shiro-spring-boot-web-starter-1.5.3.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.5.3/shiro-spring-boot-web-starter-1.5.3.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.5.3/shiro-spring-boot-web-starter-1.5.3.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.5.3/shiro-spring-boot-web-starter-1.5.3.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1360,9 +1282,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.5.3/shiro-tools-hasher-1.5.3-cli.jar";>shiro-tools-hasher</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.5.3/shiro-tools-hasher-1.5.3-cli.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.5.3/shiro-tools-hasher-1.5.3-cli.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.5.3/shiro-tools-hasher-1.5.3-cli.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.5.3/shiro-tools-hasher-1.5.3-cli.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1379,36 +1299,35 @@ It is intended to be downloaded and executed:
   </tbody>
 </table>
 
-  <h3 id="153Source">1.5.3 Source Code Distribution</h3>
+  </section>
+
+  <section id="142">
+  <h2>Release 1.4.2</h2>
 
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+  <h3 id="142Source">1.4.2 Source Code Distribution</h3>
 
-  <p><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.5.3/shiro-root-1.5.3-source-release.zip";>zip</a>
+  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
+
+  <code><a class="external-link" 
href="https://archive.apache.org/dist/shiro/1.4.2/shiro-root-1.4.2-source-release.zip";>shiro-root-1.4.2-source-release.zip</a></code>
     (<a class="external-link"
-        
href="https://www.apache.org/dist/shiro/1.5.3/shiro-root-1.5.3-source-release.zip.asc";>pgp</a>,
 <a
+        
href="https://archive.apache.org/dist/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.asc";>pgp</a>,
 <a
             class="external-link"
-            
href="https://www.apache.org/dist/shiro/1.5.3/shiro-root-1.5.3-source-release.zip.sha512";>sha512</a>)
-  </p>
+            
href="https://archive.apache.org/dist/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.sha512";>sha512</a>)
+  </code>
 
-  <h3 id="153Git">1.5.3 Git Source repository</h3>
+  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
+
+  <h3 id="142Git">1.4.2 Git Source repository</h3>
 
   <p>The source can be cloned anonymously from Git with this command:</p>
   <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
-git switch shiro-root-1.5.3
+git checkout shiro-root-1.4.2
 </code>
 </pre>
 
-  </section>
-
-  <section id="142">
-  <h2>Release 1.4.2</h2>
-
-  <h3 id="142Binary">1.4.2 Binary Distribution</h3>
+  <h3 id="142Binary">1.4.2 Binaries</h3>
 
-
-  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
-
-  <p>To download the files directly as one .jar file just click the link in 
the "Artifact" column. If you would like
+  <p>If you don't want to build yourself, you can download pre-built binaries 
from Maven Central, just click the link in the "Artifact" column. If you would 
like
     acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
 
   <p>
@@ -1428,9 +1347,7 @@ git switch shiro-root-1.5.3
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.2/shiro-all-1.4.2.jar";>shiro-all</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.2/shiro-all-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.2/shiro-all-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.2/shiro-all-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.2/shiro-all-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1449,9 +1366,7 @@ For Maven builds, it is <b>highly</b> recommended to 
specify individual modules
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.2/shiro-core-1.4.2.jar";>shiro-core</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.2/shiro-core-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.2/shiro-core-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.2/shiro-core-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.2/shiro-core-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1473,9 +1388,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.2/shiro-web-1.4.2.jar";>shiro-web</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.2/shiro-web-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.2/shiro-web-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.2/shiro-web-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.2/shiro-web-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1493,9 +1406,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.2/shiro-servlet-plugin-1.4.2.jar";>shiro-servlet-plugin</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.2/shiro-servlet-plugin-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.2/shiro-servlet-plugin-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.2/shiro-servlet-plugin-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.2/shiro-servlet-plugin-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1513,9 +1424,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.2/shiro-jaxrs-1.4.2.jar";>shiro-jaxrs</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.2/shiro-jaxrs-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.2/shiro-jaxrs-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.2/shiro-jaxrs-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.2/shiro-jaxrs-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1533,9 +1442,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.2/shiro-aspectj-1.4.2.jar";>shiro-aspectj</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.2/shiro-aspectj-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.2/shiro-aspectj-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.2/shiro-aspectj-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.2/shiro-aspectj-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1554,9 +1461,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.2/shiro-cas-1.4.2.jar";>shiro-cas</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.2/shiro-cas-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.2/shiro-cas-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.2/shiro-cas-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.2/shiro-cas-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1578,9 +1483,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.2/shiro-ehcache-1.4.2.jar";>shiro-ehcache</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.2/shiro-ehcache-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.2/shiro-ehcache-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.2/shiro-ehcache-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.2/shiro-ehcache-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1598,9 +1501,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.2/shiro-hazelcast-1.4.2.jar";>shiro-hazelcast</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.2/shiro-hazelcast-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.2/shiro-hazelcast-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.2/shiro-hazelcast-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.2/shiro-hazelcast-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1618,9 +1519,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.2/shiro-features-1.4.2-features.xml";>shiro-features</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.2/shiro-features-1.4.2-features.xml.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.2/shiro-features-1.4.2-features.xml.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.2/shiro-features-1.4.2-features.xml.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.2/shiro-features-1.4.2-features.xml.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1638,9 +1537,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.2/shiro-guice-1.4.2.jar";>shiro-guice</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.2/shiro-guice-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.2/shiro-guice-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.2/shiro-guice-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.2/shiro-guice-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1658,9 +1555,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.2/shiro-quartz-1.4.2.jar";>shiro-quartz</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.2/shiro-quartz-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.2/shiro-quartz-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.2/shiro-quartz-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.2/shiro-quartz-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1679,9 +1574,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.2/shiro-spring-1.4.2.jar";>shiro-spring</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.2/shiro-spring-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.2/shiro-spring-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.2/shiro-spring-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.2/shiro-spring-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1699,9 +1592,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.2/shiro-spring-boot-starter-1.4.2.jar";>shiro-spring-boot-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.2/shiro-spring-boot-starter-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.2/shiro-spring-boot-starter-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.2/shiro-spring-boot-starter-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.2/shiro-spring-boot-starter-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1719,9 +1610,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.2/shiro-spring-boot-web-starter-1.4.2.jar";>shiro-spring-boot-web-starter</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.2/shiro-spring-boot-web-starter-1.4.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.2/shiro-spring-boot-web-starter-1.4.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.2/shiro-spring-boot-web-starter-1.4.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.2/shiro-spring-boot-web-starter-1.4.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1739,9 +1628,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.2/shiro-tools-hasher-1.4.2-cli.jar";>shiro-tools-hasher</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.2/shiro-tools-hasher-1.4.2-cli.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.2/shiro-tools-hasher-1.4.2-cli.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.2/shiro-tools-hasher-1.4.2-cli.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.2/shiro-tools-hasher-1.4.2-cli.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1758,36 +1645,35 @@ It is intended to be downloaded and executed:
   </tbody>
 </table>
 
-  <h3 id="142Source">1.4.2 Source Code Distribution</h3>
+  </section>
+
+  <section id="132">
+  <h2>Release 1.3.2</h2>
+
+  <h3 id="132Source">1.3.2 Source Code Distribution</h3>
 
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
 
-  <p><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.4.2/shiro-root-1.4.2-source-release.zip";>zip</a>
+  <code><a class="external-link" 
href="https://archive.apache.org/dist/shiro/1.3.2/shiro-root-1.3.2-source-release.zip";>shiro-root-1.3.2-source-release.zip</a></code>
     (<a class="external-link"
-        
href="https://www.apache.org/dist/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.asc";>pgp</a>,
 <a
+        
href="https://archive.apache.org/dist/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.asc";>pgp</a>,
 <a
             class="external-link"
-            
href="https://www.apache.org/dist/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.sha512";>sha512</a>)
-  </p>
+            
href="https://archive.apache.org/dist/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.sha512";>sha512</a>)
+  </code>
 
-  <h3 id="142Git">1.4.2 Git Source repository</h3>
+  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
+
+  <h3 id="132Git">1.3.2 Git Source repository</h3>
 
   <p>The source can be cloned anonymously from Git with this command:</p>
   <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
-git switch shiro-root-1.4.2
+git checkout shiro-root-1.3.2
 </code>
 </pre>
 
-  </section>
-
-  <section id="132">
-  <h2>Release 1.3.2</h2>
-
-  <h3 id="132Binary">1.3.2 Binary Distribution</h3>
-
-
-  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
+  <h3 id="132Binary">1.3.2 Binaries</h3>
 
-  <p>To download the files directly as one .jar file just click the link in 
the "Artifact" column. If you would like
+  <p>If you don't want to build yourself, you can download pre-built binaries 
from Maven Central, just click the link in the "Artifact" column. If you would 
like
     acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
 
   <p>
@@ -1807,9 +1693,7 @@ git switch shiro-root-1.4.2
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.3.2/shiro-all-1.3.2.jar";>shiro-all</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.3.2/shiro-all-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.3.2/shiro-all-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.3.2/shiro-all-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.3.2/shiro-all-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1828,9 +1712,7 @@ For Maven builds, it is <b>highly</b> recommended to 
specify individual modules
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar";>shiro-core</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1852,9 +1734,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar";>shiro-web</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1872,9 +1752,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.3.2/shiro-aspectj-1.3.2.jar";>shiro-aspectj</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.3.2/shiro-aspectj-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.3.2/shiro-aspectj-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.3.2/shiro-aspectj-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.3.2/shiro-aspectj-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1893,9 +1771,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.3.2/shiro-cas-1.3.2.jar";>shiro-cas</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.3.2/shiro-cas-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.3.2/shiro-cas-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.3.2/shiro-cas-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.3.2/shiro-cas-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1917,9 +1793,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar";>shiro-ehcache</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1937,9 +1811,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.3.2/shiro-hazelcast-1.3.2.jar";>shiro-hazelcast</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.3.2/shiro-hazelcast-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.3.2/shiro-hazelcast-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.3.2/shiro-hazelcast-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.3.2/shiro-hazelcast-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1957,9 +1829,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.3.2/shiro-features-1.3.2-features.xml";>shiro-features</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.3.2/shiro-features-1.3.2-features.xml.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.3.2/shiro-features-1.3.2-features.xml.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.3.2/shiro-features-1.3.2-features.xml.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.3.2/shiro-features-1.3.2-features.xml.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1977,9 +1847,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.3.2/shiro-guice-1.3.2.jar";>shiro-guice</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.3.2/shiro-guice-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.3.2/shiro-guice-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.3.2/shiro-guice-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.3.2/shiro-guice-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -1997,9 +1865,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.3.2/shiro-quartz-1.3.2.jar";>shiro-quartz</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.3.2/shiro-quartz-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.3.2/shiro-quartz-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.3.2/shiro-quartz-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.3.2/shiro-quartz-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2018,9 +1884,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.3.2/shiro-spring-1.3.2.jar";>shiro-spring</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.3.2/shiro-spring-1.3.2.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.3.2/shiro-spring-1.3.2.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.3.2/shiro-spring-1.3.2.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.3.2/shiro-spring-1.3.2.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2038,9 +1902,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.3.2/shiro-tools-hasher-1.3.2-cli.jar";>shiro-tools-hasher</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.3.2/shiro-tools-hasher-1.3.2-cli.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.3.2/shiro-tools-hasher-1.3.2-cli.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.3.2/shiro-tools-hasher-1.3.2-cli.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.3.2/shiro-tools-hasher-1.3.2-cli.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2057,36 +1919,35 @@ It is intended to be downloaded and executed:
   </tbody>
 </table>
 
-  <h3 id="132Source">1.3.2 Source Code Distribution</h3>
+  </section>
 
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+  <section id="126">
+  <h2>Release 1.2.6</h2>
 
-  <p><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.3.2/shiro-root-1.3.2-source-release.zip";>zip</a>
+  <h3 id="126Source">1.2.6 Source Code Distribution</h3>
+
+  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
+
+  <code><a class="external-link" 
href="https://archive.apache.org/dist/shiro/1.2.6/shiro-root-1.2.6-source-release.zip";>shiro-root-1.2.6-source-release.zip</a></code>
     (<a class="external-link"
-        
href="https://www.apache.org/dist/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.asc";>pgp</a>,
 <a
+        
href="https://archive.apache.org/dist/shiro/1.2.6/shiro-root-1.2.6-source-release.zip.asc";>pgp</a>,
 <a
             class="external-link"
-            
href="https://www.apache.org/dist/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.sha512";>sha512</a>)
-  </p>
+            
href="https://archive.apache.org/dist/shiro/1.2.6/shiro-root-1.2.6-source-release.zip.sha512";>sha512</a>)
+  </code>
 
-  <h3 id="132Git">1.3.2 Git Source repository</h3>
+  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
+
+  <h3 id="126Git">1.2.6 Git Source repository</h3>
 
   <p>The source can be cloned anonymously from Git with this command:</p>
   <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
-git switch shiro-root-1.3.2
+git checkout shiro-root-1.2.6
 </code>
 </pre>
 
-  </section>
-
-  <section id="126">
-  <h2>Release 1.2.6</h2>
-
-  <h3 id="126Binary">1.2.6 Binary Distribution</h3>
-
+  <h3 id="126Binary">1.2.6 Binaries</h3>
 
-  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
-
-  <p>To download the files directly as one .jar file just click the link in 
the "Artifact" column. If you would like
+  <p>If you don't want to build yourself, you can download pre-built binaries 
from Maven Central, just click the link in the "Artifact" column. If you would 
like
     acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
 
   <p>
@@ -2106,9 +1967,7 @@ git switch shiro-root-1.3.2
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.2.6/shiro-all-1.2.6.jar";>shiro-all</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.2.6/shiro-all-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.2.6/shiro-all-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.2.6/shiro-all-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.2.6/shiro-all-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2127,9 +1986,7 @@ For Maven builds, it is <b>highly</b> recommended to 
specify individual modules
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.2.6/shiro-core-1.2.6.jar";>shiro-core</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.2.6/shiro-core-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.2.6/shiro-core-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.2.6/shiro-core-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.2.6/shiro-core-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2151,9 +2008,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.2.6/shiro-web-1.2.6.jar";>shiro-web</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.2.6/shiro-web-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.2.6/shiro-web-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.2.6/shiro-web-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.2.6/shiro-web-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2171,9 +2026,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.2.6/shiro-aspectj-1.2.6.jar";>shiro-aspectj</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.2.6/shiro-aspectj-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.2.6/shiro-aspectj-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.2.6/shiro-aspectj-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.2.6/shiro-aspectj-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2192,9 +2045,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.2.6/shiro-cas-1.2.6.jar";>shiro-cas</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.2.6/shiro-cas-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.2.6/shiro-cas-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.2.6/shiro-cas-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.2.6/shiro-cas-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2216,9 +2067,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.2.6/shiro-ehcache-1.2.6.jar";>shiro-ehcache</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.2.6/shiro-ehcache-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.2.6/shiro-ehcache-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.2.6/shiro-ehcache-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.2.6/shiro-ehcache-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2236,9 +2085,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.2.6/shiro-features-1.2.6-features.xml";>shiro-features</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.2.6/shiro-features-1.2.6-features.xml.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.2.6/shiro-features-1.2.6-features.xml.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.2.6/shiro-features-1.2.6-features.xml.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.2.6/shiro-features-1.2.6-features.xml.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2256,9 +2103,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.2.6/shiro-guice-1.2.6.jar";>shiro-guice</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.2.6/shiro-guice-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.2.6/shiro-guice-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.2.6/shiro-guice-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.2.6/shiro-guice-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2276,9 +2121,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.2.6/shiro-quartz-1.2.6.jar";>shiro-quartz</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.2.6/shiro-quartz-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.2.6/shiro-quartz-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.2.6/shiro-quartz-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.2.6/shiro-quartz-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2297,9 +2140,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.2.6/shiro-spring-1.2.6.jar";>shiro-spring</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.2.6/shiro-spring-1.2.6.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.2.6/shiro-spring-1.2.6.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.2.6/shiro-spring-1.2.6.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.2.6/shiro-spring-1.2.6.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2317,9 +2158,7 @@ to the Apache Shiro based <a 
href='https://github.com/bujiio/buji-pac4j'>buji-pa
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.2.6/shiro-tools-hasher-1.2.6-cli.jar";>shiro-tools-hasher</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.2.6/shiro-tools-hasher-1.2.6-cli.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.2.6/shiro-tools-hasher-1.2.6-cli.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.2.6/shiro-tools-hasher-1.2.6-cli.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.2.6/shiro-tools-hasher-1.2.6-cli.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2336,36 +2175,35 @@ It is intended to be downloaded and executed:
   </tbody>
 </table>
 
-  <h3 id="126Source">1.2.6 Source Code Distribution</h3>
+  </section>
+
+  <section id="110">
+  <h2>Release 1.1.0</h2>
+
+  <h3 id="110Source">1.1.0 Source Code Distribution</h3>
 
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
 
-  <p><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.2.6/shiro-root-1.2.6-source-release.zip";>zip</a>
+  <code><a class="external-link" 
href="https://archive.apache.org/dist/shiro/1.1.0/shiro-root-1.1.0-source-release.zip";>shiro-root-1.1.0-source-release.zip</a></code>
     (<a class="external-link"
-        
href="https://www.apache.org/dist/shiro/1.2.6/shiro-root-1.2.6-source-release.zip.asc";>pgp</a>,
 <a
+        
href="https://archive.apache.org/dist/shiro/1.1.0/shiro-root-1.1.0-source-release.zip.asc";>pgp</a>,
 <a
             class="external-link"
-            
href="https://www.apache.org/dist/shiro/1.2.6/shiro-root-1.2.6-source-release.zip.sha512";>sha512</a>)
-  </p>
+            
href="https://archive.apache.org/dist/shiro/1.1.0/shiro-root-1.1.0-source-release.zip.sha512";>sha512</a>)
+  </code>
 
-  <h3 id="126Git">1.2.6 Git Source repository</h3>
+  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
+
+  <h3 id="110Git">1.1.0 Git Source repository</h3>
 
   <p>The source can be cloned anonymously from Git with this command:</p>
   <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
-git switch shiro-root-1.2.6
+git checkout shiro-root-1.1.0
 </code>
 </pre>
 
-  </section>
-
-  <section id="110">
-  <h2>Release 1.1.0</h2>
-
-  <h3 id="110Binary">1.1.0 Binary Distribution</h3>
-
+  <h3 id="110Binary">1.1.0 Binaries</h3>
 
-  <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
-
-  <p>To download the files directly as one .jar file just click the link in 
the "Artifact" column. If you would like
+  <p>If you don't want to build yourself, you can download pre-built binaries 
from Maven Central, just click the link in the "Artifact" column. If you would 
like
     acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
 
   <p>
@@ -2385,9 +2223,7 @@ git switch shiro-root-1.2.6
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.1.0/shiro-all-1.1.0.jar";>shiro-all</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.1.0/shiro-all-1.1.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.1.0/shiro-all-1.1.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.1.0/shiro-all-1.1.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.1.0/shiro-all-1.1.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2406,9 +2242,7 @@ For Maven builds, it is <b>highly</b> recommended to 
specify individual modules
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.1.0/shiro-core-1.1.0.jar";>shiro-core</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.1.0/shiro-core-1.1.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.1.0/shiro-core-1.1.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.1.0/shiro-core-1.1.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.1.0/shiro-core-1.1.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2430,9 +2264,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.1.0/shiro-web-1.1.0.jar";>shiro-web</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.1.0/shiro-web-1.1.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.1.0/shiro-web-1.1.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.1.0/shiro-web-1.1.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.1.0/shiro-web-1.1.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2450,9 +2282,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.1.0/shiro-aspectj-1.1.0.jar";>shiro-aspectj</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.1.0/shiro-aspectj-1.1.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.1.0/shiro-aspectj-1.1.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.1.0/shiro-aspectj-1.1.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.1.0/shiro-aspectj-1.1.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2471,9 +2301,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.1.0/shiro-ehcache-1.1.0.jar";>shiro-ehcache</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.1.0/shiro-ehcache-1.1.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.1.0/shiro-ehcache-1.1.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.1.0/shiro-ehcache-1.1.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.1.0/shiro-ehcache-1.1.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2491,9 +2319,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.1.0/shiro-quartz-1.1.0.jar";>shiro-quartz</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.1.0/shiro-quartz-1.1.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.1.0/shiro-quartz-1.1.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.1.0/shiro-quartz-1.1.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.1.0/shiro-quartz-1.1.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2512,9 +2338,7 @@ and one of its binding jars is required.
 
     <td style="white-space: nowrap;">
       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.1.0/shiro-spring-1.1.0.jar";>shiro-spring</a><br/>
-      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.1.0/shiro-spring-1.1.0.jar.asc";>pgp</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.1.0/shiro-spring-1.1.0.jar.md5";>md5</a>,
-       <a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.1.0/shiro-spring-1.1.0.jar.sha1";>sha1</a>)
+      (<a 
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.1.0/shiro-spring-1.1.0.jar.asc";>pgp</a>)
     </td>
 
     <td>
@@ -2531,25 +2355,6 @@ and one of its binding jars is required.
   </tbody>
 </table>
 
-  <h3 id="110Source">1.1.0 Source Code Distribution</h3>
-
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
-
-  <p><a class="external-link" 
href="https://www.apache.org/dyn/closer.lua/shiro/1.1.0/shiro-root-1.1.0-source-release.zip";>zip</a>
-    (<a class="external-link"
-        
href="https://www.apache.org/dist/shiro/1.1.0/shiro-root-1.1.0-source-release.zip.asc";>pgp</a>,
 <a
-            class="external-link"
-            
href="https://www.apache.org/dist/shiro/1.1.0/shiro-root-1.1.0-source-release.zip.sha512";>sha512</a>)
-  </p>
-
-  <h3 id="110Git">1.1.0 Git Source repository</h3>
-
-  <p>The source can be cloned anonymously from Git with this command:</p>
-  <pre><code class="language-bash bash">git clone 
https://github.com/apache/shiro.git
-git switch shiro-root-1.1.0
-</code>
-</pre>
-
   </section>
 
 
diff --git a/sitemap.xml b/sitemap.xml
index 8a03a93..8b1d218 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd";>
     <url>
+        <loc>https://shiro.apache.org/integration.html</loc>
+        <lastmod>2022-03-06</lastmod>
+    </url>
+    <url>
         <loc>https://shiro.apache.org/privacy-policy.html</loc>
         <lastmod>2022-02-12</lastmod>
     </url>
@@ -141,10 +145,6 @@
         <lastmod>2022-01-27</lastmod>
     </url>
     <url>
-        <loc>https://shiro.apache.org/integration.html</loc>
-        <lastmod>2022-01-27</lastmod>
-    </url>
-    <url>
         <loc>https://shiro.apache.org/how-to-contribute.html</loc>
         <lastmod>2022-01-27</lastmod>
     </url>
@@ -445,11 +445,11 @@
         <lastmod>2022-01-27</lastmod>
     </url>
     <url>
-        <loc>https://shiro.apache.org/release-archive.html</loc>
-        <lastmod>2022-01-27</lastmod>
+        <loc>https://shiro.apache.org/download.html</loc>
+        <lastmod>2022-03-06</lastmod>
     </url>
     <url>
-        <loc>https://shiro.apache.org/download.html</loc>
+        <loc>https://shiro.apache.org/release-archive.html</loc>
         <lastmod>2022-01-27</lastmod>
     </url>
     <url>

Reply via email to