You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/01/12 05:05:21 UTC

svn commit: r1851129 [1/2] - /shiro/site/publish/

Author: fpapon
Date: Sat Jan 12 05:05:20 2019
New Revision: 1851129

URL: http://svn.apache.org/viewvc?rev=1851129&view=rev
Log:
merging shiro site pr-41

Modified:
    shiro/site/publish/10-minute-tutorial.html
    shiro/site/publish/README.html
    shiro/site/publish/about.html
    shiro/site/publish/adoption.html
    shiro/site/publish/architecture.html
    shiro/site/publish/articles.html
    shiro/site/publish/authentication-features.html
    shiro/site/publish/authentication-guide.html
    shiro/site/publish/authentication.html
    shiro/site/publish/authenticator.html
    shiro/site/publish/authorization-features.html
    shiro/site/publish/authorization.html
    shiro/site/publish/authorizer.html
    shiro/site/publish/banner.html
    shiro/site/publish/cachemanager.html
    shiro/site/publish/caching.html
    shiro/site/publish/cas.html
    shiro/site/publish/codec.html
    shiro/site/publish/command-line-hasher.html
    shiro/site/publish/commercial-support.html
    shiro/site/publish/community.html
    shiro/site/publish/concurrency.html
    shiro/site/publish/conferences.html
    shiro/site/publish/configuration.html
    shiro/site/publish/confluence-auto-export.html
    shiro/site/publish/contribute.html
    shiro/site/publish/core.html
    shiro/site/publish/cryptography-features.html
    shiro/site/publish/cryptography.html
    shiro/site/publish/deprecated-pages.html
    shiro/site/publish/developer-resources.html
    shiro/site/publish/developers.html
    shiro/site/publish/documentation-help-block.html
    shiro/site/publish/documentation.html
    shiro/site/publish/download.html
    shiro/site/publish/events.html
    shiro/site/publish/features-overview.html
    shiro/site/publish/features.html
    shiro/site/publish/forums.html
    shiro/site/publish/get-started.html
    shiro/site/publish/getting-started-block.html
    shiro/site/publish/graduation-resolution.html
    shiro/site/publish/guice.html
    shiro/site/publish/guides.html
    shiro/site/publish/how-to-contribute.html
    shiro/site/publish/inclusionslibrary.html
    shiro/site/publish/index.html
    shiro/site/publish/integration.html
    shiro/site/publish/introduction.html
    shiro/site/publish/issues.html
    shiro/site/publish/java-annotations-list.html
    shiro/site/publish/java-annotations.html
    shiro/site/publish/java-authentication-guide.html
    shiro/site/publish/java-authorization-guide.html
    shiro/site/publish/java-cryptography-guide.html
    shiro/site/publish/jaxrs.html
    shiro/site/publish/jsp-tag-library.html
    shiro/site/publish/license.html
    shiro/site/publish/mailing-lists.html
    shiro/site/publish/navigation.html
    shiro/site/publish/news.html
    shiro/site/publish/overview.html
    shiro/site/publish/performing-a-release.html
    shiro/site/publish/permissions.html
    shiro/site/publish/powered-by-shiro.html
    shiro/site/publish/privacy-policy.html
    shiro/site/publish/quickstart.html
    shiro/site/publish/realm.html
    shiro/site/publish/reference.html
    shiro/site/publish/security-reports.html
    shiro/site/publish/securitymanager.html
    shiro/site/publish/session-management-features.html
    shiro/site/publish/session-management.html
    shiro/site/publish/sessionmanager.html
    shiro/site/publish/spring-boot.html
    shiro/site/publish/spring-framework.html
    shiro/site/publish/spring-xml.html
    shiro/site/publish/spring.html
    shiro/site/publish/subject.html
    shiro/site/publish/support.html
    shiro/site/publish/tags.html
    shiro/site/publish/team.html
    shiro/site/publish/terminology.html
    shiro/site/publish/testing.html
    shiro/site/publish/tools.html
    shiro/site/publish/tutorial.html
    shiro/site/publish/version-2-brainstorming.html
    shiro/site/publish/web-features.html
    shiro/site/publish/web.html
    shiro/site/publish/webapp-tutorial.html
    shiro/site/publish/what-is-shiro.html
    shiro/site/publish/wiki-todos.html

Modified: shiro/site/publish/10-minute-tutorial.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/10-minute-tutorial.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/10-minute-tutorial.html (original)
+++ shiro/site/publish/10-minute-tutorial.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -252,14 +253,14 @@
 <h2><a href="#download" name="download">Download</a></h2>
 <ol>
   <li>Ensure you have JDK 1.6+ and Maven 3.0.3+ installed.</li>
-  <li>Download the lastest &ldquo;Source Code Distribution&rdquo; from the <a href="download.html" title="Download">Download</a> page. In this example, we&rsquo;re using the 1.3.2 release distribution.</li>
+  <li>Download the lastest &ldquo;Source Code Distribution&rdquo; from the <a href="download.html" title="Download">Download</a> page. In this example, we&rsquo;re using the 1.4.0 release distribution.</li>
   <li>Unzip the source package:
-    <pre><code class="bash">$ unzip shiro-root-1.3.2-source-release.zip
+    <pre><code class="bash">$ unzip shiro-root-1.4.0-source-release.zip
 </code></pre>
   </li>
   <li>
     <p>Enter the quickstart directory:</p>
-    <pre><code class="bash">$ cd shiro-root-1.3.2/samples/quickstart
+    <pre><code class="bash">$ cd shiro-root-1.4.0/samples/quickstart
 </code></pre>
   </li>
   <li>
@@ -366,7 +367,7 @@ log.info( &quot;User [&quot; + currentUs
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/README.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/README.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/README.html (original)
+++ shiro/site/publish/README.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -246,7 +247,7 @@ svn commit -m &quot;my change descriptio
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/about.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/about.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/about.html (original)
+++ shiro/site/publish/about.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -247,7 +248,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/adoption.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/adoption.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/adoption.html (original)
+++ shiro/site/publish/adoption.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -234,7 +235,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/architecture.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/architecture.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/architecture.html (original)
+++ shiro/site/publish/architecture.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -319,7 +320,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/articles.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/articles.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/articles.html (original)
+++ shiro/site/publish/articles.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -298,7 +299,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/authentication-features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/authentication-features.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/authentication-features.html (original)
+++ shiro/site/publish/authentication-features.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -267,7 +268,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/authentication-guide.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/authentication-guide.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/authentication-guide.html (original)
+++ shiro/site/publish/authentication-guide.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -246,7 +247,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/authentication.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/authentication.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/authentication.html (original)
+++ shiro/site/publish/authentication.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -512,7 +513,7 @@ securityManager.realms = $fooRealm, $bar
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/authenticator.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/authenticator.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/authenticator.html (original)
+++ shiro/site/publish/authenticator.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -238,7 +239,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/authorization-features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/authorization-features.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/authorization-features.html (original)
+++ shiro/site/publish/authorization-features.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -266,7 +267,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/authorization.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/authorization.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/authorization.html (original)
+++ shiro/site/publish/authorization.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -840,7 +841,7 @@ securityManager.authorizer = $authorizer
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/authorizer.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/authorizer.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/authorizer.html (original)
+++ shiro/site/publish/authorizer.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -238,7 +239,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/banner.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/banner.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/banner.html (original)
+++ shiro/site/publish/banner.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -245,7 +246,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/cachemanager.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/cachemanager.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/cachemanager.html (original)
+++ shiro/site/publish/cachemanager.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -260,7 +261,7 @@ securityManager.cacheManager = $cacheMan
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/caching.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/caching.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/caching.html (original)
+++ shiro/site/publish/caching.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -276,7 +277,7 @@ securityManager.cacheManager = $cacheMan
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/cas.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/cas.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/cas.html (original)
+++ shiro/site/publish/cas.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -367,7 +368,7 @@ roles.loginUrl = https://server.cas.com/
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/codec.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/codec.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/codec.html (original)
+++ shiro/site/publish/codec.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -239,7 +240,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/command-line-hasher.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/command-line-hasher.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/command-line-hasher.html (original)
+++ shiro/site/publish/command-line-hasher.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -292,7 +293,7 @@ iniRealm.credentialsMatcher = $passwordM
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/commercial-support.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/commercial-support.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/commercial-support.html (original)
+++ shiro/site/publish/commercial-support.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -240,7 +241,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/community.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/community.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/community.html (original)
+++ shiro/site/publish/community.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -258,7 +259,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/concurrency.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/concurrency.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/concurrency.html (original)
+++ shiro/site/publish/concurrency.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -231,7 +232,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/conferences.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/conferences.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/conferences.html (original)
+++ shiro/site/publish/conferences.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -231,7 +232,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/configuration.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/configuration.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/configuration.html (original)
+++ shiro/site/publish/configuration.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -632,7 +633,7 @@ goodguy = winnebago:drive:eagle5
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/confluence-auto-export.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/confluence-auto-export.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/confluence-auto-export.html (original)
+++ shiro/site/publish/confluence-auto-export.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -245,7 +246,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/contribute.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/contribute.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/contribute.html (original)
+++ shiro/site/publish/contribute.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -246,7 +247,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/core.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/core.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/core.html (original)
+++ shiro/site/publish/core.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -251,7 +252,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/cryptography-features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/cryptography-features.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/cryptography-features.html (original)
+++ shiro/site/publish/cryptography-features.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -279,7 +280,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/cryptography.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/cryptography.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/cryptography.html (original)
+++ shiro/site/publish/cryptography.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -235,7 +236,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/deprecated-pages.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/deprecated-pages.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/deprecated-pages.html (original)
+++ shiro/site/publish/deprecated-pages.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -233,7 +234,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/developer-resources.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/developer-resources.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/developer-resources.html (original)
+++ shiro/site/publish/developer-resources.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -263,7 +264,7 @@ mvn install
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/developers.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/developers.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/developers.html (original)
+++ shiro/site/publish/developers.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -273,7 +274,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/documentation-help-block.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/documentation-help-block.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/documentation-help-block.html (original)
+++ shiro/site/publish/documentation-help-block.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -234,7 +235,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/documentation.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/documentation.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/documentation.html (original)
+++ shiro/site/publish/documentation.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -248,11 +249,11 @@
 </ul>
 <a name="Documentation-CurrentRelease"></a>
 <h3><a href="#current-release" name="current-release">Current Release</a></h3>
-<p>Apache Shiro 1.3.2 (<a href="download.html" title="Download">Download</a>)</p>
+<p>Apache Shiro 1.4.0 (<a href="download.html" title="Download">Download</a>)</p>
 <ul>
-  <li><a href="static/1.3.2/apidocs">API</a> (JavaDoc)</li>
-  <li><a href="static/1.3.2/xref/">Browse Source</a> (XREF)</li>
-  <li><a href="static/1.3.2/">Maven Static Site</a></li>
+  <li><a href="static/1.4.0/apidocs">API</a> (JavaDoc)</li>
+  <li><a href="static/1.4.0/xref/">Browse Source</a> (XREF)</li>
+  <li><a href="static/1.4.0/">Maven Static Site</a></li>
 </ul>
 <h2><a name="Lendahandwithdocumentation"></a>Lend a hand with documentation </h2>
 <p>While we hope this documentation helps you with the work you're doing with Apache Shiro, the community is improving and expanding the documentation all the time.  If you'd like to help the Shiro project, please consider correcting, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro. </p>
@@ -268,7 +269,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/download.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/download.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/download.html (original)
+++ shiro/site/publish/download.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -266,6 +267,7 @@
 
 
 
+
 <style>
 
     table, th, td {
@@ -284,7 +286,7 @@
 
 <h1><a name="Download-DownloadApacheShiro"></a>Download Apache Shiro</h1>
 
-<p>Apache Shiro 1.3.2 is the current stable release (Java 1.6+ JVM).</p>
+<p>Apache Shiro 1.4.0 is the current stable release (Java 1.6+ JVM).</p>
 
 <p>To download Shiro please follow the instructions below.</p>
 
@@ -300,24 +302,32 @@
 <div>
     <ul>
         <li>
-            <a href="#latest">Latest Stable Release (1.3.2)</a>
+            <a href="#latest">Latest Stable Release (1.4.0)</a>
             <ul>
-                <li><a href="#latestBinary">1.3.2 Binary Distribution</a></li>
-                <li><a href="#latestSource">1.3.2 Source Code Distribution</a></li>
-                <li><a href="#latestGit">1.3.2 Git Source repository</a></li>
+                <li><a href="#latestBinary">1.4.0 Binary Distribution</a></li>
+                <li><a href="#latestSource">1.4.0 Source Code Distribution</a></li>
+                <li><a href="#latestGit">1.4.0 Git Source repository</a></li>
             </ul>
         </li>
                 <li>
-            <a href="#early">Early Access Release (1.4.0-RC2)</a>
+            <a href="#early">Early Access Release (1.4.1-SNAPSHOT)</a>
             <ul>
-                <li><a href="#earlyBinary">1.3.2 Binary Distribution</a></li>
-                <li><a href="#earlySource">1.3.2 Source Code Distribution</a></li>
-                <li><a href="#earlyGit">1.3.2 Git Source repository</a></li>
+                <li><a href="#earlyBinary">1.4.1-SNAPSHOT Binary Distribution</a></li>
+                <li><a href="#earlySource">1.4.1-SNAPSHOT Source Code Distribution</a></li>
+                <li><a href="#earlyGit">1.4.1-SNAPSHOT Git Source repository</a></li>
             </ul>
         </li>
         
         <li><a href="#previous">Previous Releases</a>
             <ul>
+                <li><a href="#1.3.xBinary">1.3.2</a></li>
+                <ul>
+                    <li><a href="#1.3.xBinary">1.3.2 Binary Distribution</a></li>
+                    <li><a href="#1.3.xSource">1.3.2 Source Code Distribution</a></li>
+                    <li><a href="#1.3.xGit">1.3.2 Git Source repository</a></li>
+                </ul>
+            </ul>
+            <ul>
                 <li><a href="#1.2.xBinary">1.2.6</a></li>
                 <ul>
                     <li><a href="#1.2.xBinary">1.2.6 Binary Distribution</a></li>
@@ -338,9 +348,9 @@
 </div>
 
 
-<h2><a name="latest"></a>Latest Stable Release (1.3.2)</h2>
+<h2><a name="latest"></a>Latest Stable Release (1.4.0)</h2>
 
-<h3><a name="latestBinary"></a>1.3.2 Binary Distribution</h3>
+<h3><a name="latestBinary"></a>1.4.0 Binary Distribution</h3>
 
 <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
 
@@ -364,7 +374,7 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.3.2/shiro-all-1.3.2.jar">shiro-all</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.0/shiro-all-1.4.0.jar">shiro-all</a>
             </td>
 
             <td>
@@ -381,14 +391,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar">shiro-core</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.0/shiro-core-1.4.0.jar">shiro-core</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-core&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -402,14 +412,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar">shiro-web</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.0/shiro-web-1.4.0.jar">shiro-web</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -421,14 +431,52 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.3.2/shiro-aspectj-1.3.2.jar">shiro-aspectj</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.0/shiro-servlet-plugin-1.4.0.jar">shiro-servlet-plugin</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-servlet-plugin&lt;/artifactId&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Servlet Fragment which configures Shiro's servlet filter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.0/shiro-jaxrs-1.4.0.jar">shiro-jaxrs</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-jaxrs&lt;/artifactId&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables support for JAX-RS applications.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.0/shiro-aspectj-1.4.0.jar">shiro-aspectj</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-aspectj&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -440,14 +488,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.3.2/shiro-cas-1.3.2.jar">shiro-cas</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.0/shiro-cas-1.4.0.jar">shiro-cas</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-cas&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -465,14 +513,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar">shiro-ehcache</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.0/shiro-ehcache-1.4.0.jar">shiro-ehcache</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-ehcache&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -484,14 +532,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.3.2/shiro-hazelcast-1.3.2.jar">shiro-hazelcast</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.0/shiro-hazelcast-1.4.0.jar">shiro-hazelcast</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-hazelcast&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -503,14 +551,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.3.2/shiro-features-1.3.2-features.xml">shiro-features</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.0/shiro-features-1.4.0-features.xml">shiro-features</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-features&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -522,14 +570,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.3.2/shiro-guice-1.3.2.jar">shiro-guice</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.0/shiro-guice-1.4.0.jar">shiro-guice</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-guice&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -541,14 +589,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.3.2/shiro-quartz-1.3.2.jar">shiro-quartz</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.0/shiro-quartz-1.4.0.jar">shiro-quartz</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-quartz&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -560,14 +608,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.3.2/shiro-spring-1.3.2.jar">shiro-spring</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.0/shiro-spring-1.4.0.jar">shiro-spring</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
-  &lt;version&gt;1.3.2&lt;/version&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -579,7 +627,45 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://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>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.0/shiro-spring-boot-starter-1.4.0.jar">shiro-spring-boot-starter</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring-boot-starter&lt;/artifactId&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td><a class="external-link" href="https://spring.io/">Spring Boot</a> starter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.0/shiro-spring-boot-web-starter-1.4.0.jar">shiro-spring-boot-web-starter</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring-boot-web-starter&lt;/artifactId&gt;
+  &lt;version&gt;1.4.0&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td><a class="external-link" href="https://spring.io/">Spring Boot</a> web starter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.0/shiro-tools-hasher-1.4.0-cli.jar">shiro-tools-hasher</a>
             </td>
 
             <td>
@@ -589,36 +675,36 @@
             <td>A command-line program to perform hashing (MD5, SHA, etc) for files, streams and passwords.
                     Note that this is a command line program and not intended to be used as a Maven/program
                     dependency. It is intended to be downloaded and executed:
-                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.3.2-cli.jar</code></pre></td>
+                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.4.0-cli.jar</code></pre></td>
 
         </tr>
             </tbody>
 </table>
 
-<h3><a name="latestSource"></a>1.3.2 Source Code Distribution</h3>
+<h3><a name="latestSource"></a>1.4.0 Source Code Distribution</h3>
 
 <p>The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:</p>
 
-<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.3.2/shiro-root-1.3.2-source-release.zip">zip</a>
+<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0/shiro-root-1.4.0-source-release.zip">zip</a>
     (<a class="external-link"
-        href="http://www.apache.org/dyn/closer.cgi/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.asc">pgp</a>, <a
+        href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0/shiro-root-1.4.0-source-release.zip.asc">pgp</a>, <a
             class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.md5">md5</a>, <a
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0/shiro-root-1.4.0-source-release.zip.md5">md5</a>, <a
             class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.sha1">sha1</a>)
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0/shiro-root-1.4.0-source-release.zip.sha1">sha1</a>)
 </p>
 
-<h3><a name="latestGit"></a>1.3.2 Git Source repository</h3>
+<h3><a name="latestGit"></a>1.4.0 Git Source repository</h3>
 
 <p>The source can be cloned anonymously from Git with this command:</p>
 <pre><code style="bash">git clone https://github.com/apache/shiro.git
-git checkout shiro-root-1.3.2 -b shiro-root-1.3.2
+git checkout shiro-root-1.4.0 -b shiro-root-1.4.0
 </code>
 </pre>
 
 
-<h2><a name="early"></a>Early Access Release (1.4.0-RC2)</h2>
-<h3><a name="earlyBinary"></a>1.4.0-RC2 Binary Distribution</h3>
+<h2><a name="early"></a>Early Access Release (1.4.1-SNAPSHOT)</h2>
+<h3><a name="earlyBinary"></a>1.4.1-SNAPSHOT Binary Distribution</h3>
 
 <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
 
@@ -642,7 +728,7 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.0-RC2/shiro-all-1.4.0-RC2.jar">shiro-all</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.1-SNAPSHOT/shiro-all-1.4.1-SNAPSHOT.jar">shiro-all</a>
             </td>
 
             <td>
@@ -659,14 +745,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.0-RC2/shiro-core-1.4.0-RC2.jar">shiro-core</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.1-SNAPSHOT/shiro-core-1.4.1-SNAPSHOT.jar">shiro-core</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-core&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -680,14 +766,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.0-RC2/shiro-web-1.4.0-RC2.jar">shiro-web</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.1-SNAPSHOT/shiro-web-1.4.1-SNAPSHOT.jar">shiro-web</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -699,14 +785,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.0-RC2/shiro-servlet-plugin-1.4.0-RC2.jar">shiro-servlet-plugin</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.1-SNAPSHOT/shiro-servlet-plugin-1.4.1-SNAPSHOT.jar">shiro-servlet-plugin</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-servlet-plugin&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -718,14 +804,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.0-RC2/shiro-jaxrs-1.4.0-RC2.jar">shiro-jaxrs</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.1-SNAPSHOT/shiro-jaxrs-1.4.1-SNAPSHOT.jar">shiro-jaxrs</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-jaxrs&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -737,14 +823,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.0-RC2/shiro-aspectj-1.4.0-RC2.jar">shiro-aspectj</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.1-SNAPSHOT/shiro-aspectj-1.4.1-SNAPSHOT.jar">shiro-aspectj</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-aspectj&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -756,14 +842,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.0-RC2/shiro-cas-1.4.0-RC2.jar">shiro-cas</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.1-SNAPSHOT/shiro-cas-1.4.1-SNAPSHOT.jar">shiro-cas</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-cas&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -781,14 +867,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.0-RC2/shiro-ehcache-1.4.0-RC2.jar">shiro-ehcache</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.1-SNAPSHOT/shiro-ehcache-1.4.1-SNAPSHOT.jar">shiro-ehcache</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-ehcache&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -800,14 +886,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.0-RC2/shiro-hazelcast-1.4.0-RC2.jar">shiro-hazelcast</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.1-SNAPSHOT/shiro-hazelcast-1.4.1-SNAPSHOT.jar">shiro-hazelcast</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-hazelcast&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -819,14 +905,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.0-RC2/shiro-features-1.4.0-RC2-features.xml">shiro-features</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.1-SNAPSHOT/shiro-features-1.4.1-SNAPSHOT-features.xml">shiro-features</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-features&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -838,14 +924,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.0-RC2/shiro-guice-1.4.0-RC2.jar">shiro-guice</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.1-SNAPSHOT/shiro-guice-1.4.1-SNAPSHOT.jar">shiro-guice</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-guice&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -857,14 +943,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.0-RC2/shiro-quartz-1.4.0-RC2.jar">shiro-quartz</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.1-SNAPSHOT/shiro-quartz-1.4.1-SNAPSHOT.jar">shiro-quartz</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-quartz&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -876,14 +962,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.0-RC2/shiro-spring-1.4.0-RC2.jar">shiro-spring</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.1-SNAPSHOT/shiro-spring-1.4.1-SNAPSHOT.jar">shiro-spring</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -895,14 +981,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.0-RC2/shiro-spring-boot-starter-1.4.0-RC2.jar">shiro-spring-boot-starter</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.1-SNAPSHOT/shiro-spring-boot-starter-1.4.1-SNAPSHOT.jar">shiro-spring-boot-starter</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring-boot-starter&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -914,14 +1000,14 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.0-RC2/shiro-spring-boot-web-starter-1.4.0-RC2.jar">shiro-spring-boot-web-starter</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.1-SNAPSHOT/shiro-spring-boot-web-starter-1.4.1-SNAPSHOT.jar">shiro-spring-boot-web-starter</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring-boot-web-starter&lt;/artifactId&gt;
-  &lt;version&gt;1.4.0-RC2&lt;/version&gt;
+  &lt;version&gt;1.4.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -933,7 +1019,7 @@ git checkout shiro-root-1.3.2 -b shiro-r
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.0-RC2/shiro-tools-hasher-1.4.0-RC2-cli.jar">shiro-tools-hasher</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.1-SNAPSHOT/shiro-tools-hasher-1.4.1-SNAPSHOT-cli.jar">shiro-tools-hasher</a>
             </td>
 
             <td>
@@ -943,36 +1029,310 @@ git checkout shiro-root-1.3.2 -b shiro-r
             <td>A command-line program to perform hashing (MD5, SHA, etc) for files, streams and passwords.
                     Note that this is a command line program and not intended to be used as a Maven/program
                     dependency. It is intended to be downloaded and executed:
-                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.4.0-RC2-cli.jar</code></pre></td>
+                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.4.1-SNAPSHOT-cli.jar</code></pre></td>
 
         </tr>
             </tbody>
 </table>
 
-<h3><a name="earlySource"></a>1.4.0-RC2 Source Code Distribution</h3>
+<h3><a name="earlySource"></a>1.4.1-SNAPSHOT Source Code Distribution</h3>
 
 <p>The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:</p>
 
-<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0-RC2/shiro-root-1.4.0-RC2-source-release.zip">zip</a>
+<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1-SNAPSHOT/shiro-root-1.4.1-SNAPSHOT-source-release.zip">zip</a>
     (<a class="external-link"
-        href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0-RC2/shiro-root-1.4.0-RC2-source-release.zip.asc">pgp</a>, <a
+        href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1-SNAPSHOT/shiro-root-1.4.1-SNAPSHOT-source-release.zip.asc">pgp</a>, <a
             class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0-RC2/shiro-root-1.4.0-RC2-source-release.zip.md5">md5</a>, <a
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1-SNAPSHOT/shiro-root-1.4.1-SNAPSHOT-source-release.zip.md5">md5</a>, <a
             class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0-RC2/shiro-root-1.4.0-RC2-source-release.zip.sha1">sha1</a>)
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1-SNAPSHOT/shiro-root-1.4.1-SNAPSHOT-source-release.zip.sha1">sha1</a>)
 </p>
 
-<h3><a name="earlyGit"></a>1.4.0-RC2 Git Source repository</h3>
+<h3><a name="earlyGit"></a>1.4.1-SNAPSHOT Git Source repository</h3>
 
 <p>The source can be cloned anonymously from Git with this command:</p>
 <pre><code style="bash">git clone https://github.com/apache/shiro.git
-git checkout shiro-root-1.4.0-RC2 -b shiro-root-1.4.0-RC2
+git checkout shiro-root-1.4.1-SNAPSHOT -b shiro-root-1.4.1-SNAPSHOT
 </code>
 </pre>
 
 
 <h2><a name="previous"></a>Previous Releases</h2>
 
+<h3><a name="1.3.xBinary"></a>1.3.2 Binary Distribution</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
+    acquire Shiro through Maven, then please use the markup listed under "Maven Usage"</p>
+
+<p>
+</p>
+
+
+<table style="width: 100%" class="table">
+    <thead>
+    <tr>
+        <th class="col-md-1">Artifact</th>
+        <th class="col-md-3">Maven Usage</th>
+        <th class="col-md-3">Notes</th>
+    </tr>
+    </thead>
+    <tbody>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.3.2/shiro-all-1.3.2.jar">shiro-all</a>
+            </td>
+
+            <td>
+                                    <b>Not Recommended</b>
+                            </td>
+
+            <td>Includes all binary functionality for Shiro (without dependencies), useful in certain build
+                    environments (e.g. Ant). However, this is <b>NOT</b> recommended in Maven builds as it does not
+                    retain correct dependency metadata, which can lead to Maven working incorrectly. For Maven builds,
+                    it is <b>highly</b> recommended to specify individual modules listed below as you require them.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar">shiro-core</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-core&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Required in all environments. <a class="external-link" href="http://slf4j.org/">Slf4j</a>'s
+                     <code>slf4j-api</code> jar and one of its binding jars is required. <code>commons-beanutils</code> is
+                     required only if using INI config.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar">shiro-web</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables support for web-based applications.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.3.2/shiro-aspectj-1.3.2.jar">shiro-aspectj</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-aspectj&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="http://www.eclipse.org/aspectj/">AspectJ</a> support for Shiro AOP and Annotations.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.3.2/shiro-cas-1.3.2.jar">shiro-cas</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-cas&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables Jasig <a class='external-link' href='https://wiki.jasig.org/display/CAS/Home'>CAS</a> support.
+                    <div class="alert alert-warning">
+    <span class="glyphicon glyphicon-warning-sign"></span> <strong>NOTE:</strong>
+    <hr class="message-inner-separator">
+    <p>Shiro-CAS support is deprecated, support has been moved to the Apache Shiro based <a href='https://github.com/bujiio/buji-pac4j'>buji-pac4j</a> project.</p>
+</div>
+</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar">shiro-ehcache</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-ehcache&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="http://www.ehcache.org">Ehcache</a>-based famework caching.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.3.2/shiro-hazelcast-1.3.2.jar">shiro-hazelcast</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-hazelcast&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://hazelcast.org">Hazelcast</a>-based famework caching.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.3.2/shiro-features-1.3.2-features.xml">shiro-features</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-features&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>OSGi / <a class="external-link" href="http://karaf.apache.org/">Apache Karaf</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.3.2/shiro-guice-1.3.2.jar">shiro-guice</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-guice&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://github.com/google/guice">Google Guice</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.3.2/shiro-quartz-1.3.2.jar">shiro-quartz</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-quartz&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="http://www.quartz-scheduler.org/">Quartz</a>-based scheduling for Shiro native session validation.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.3.2/shiro-spring-1.3.2.jar">shiro-spring</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
+  &lt;version&gt;1.3.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://spring.io/">Spring Framework</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://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>
+            </td>
+
+            <td>
+                                    <b>Not Relevant</b>
+                            </td>
+
+            <td>A command-line program to perform hashing (MD5, SHA, etc) for files, streams and passwords.
+                    Note that this is a command line program and not intended to be used as a Maven/program
+                    dependency. It is intended to be downloaded and executed:
+                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.3.2-cli.jar</code></pre></td>
+
+        </tr>
+            </tbody>
+</table>
+
+<h3><a name="1.3.xSource"></a>1.3.2 Source Code Distribution</h3>
+
+<p>The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:</p>
+
+<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.3.2/shiro-root-1.3.2-source-release.zip">zip</a>
+    (<a class="external-link"
+        href="http://www.apache.org/dyn/closer.cgi/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.asc">pgp</a>, <a
+            class="external-link"
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.md5">md5</a>, <a
+            class="external-link"
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.3.2/shiro-root-1.3.2-source-release.zip.sha1">sha1</a>)
+</p>
+
+<h3><a name="1.3.xGit"></a>1.3.2 Git Source repository</h3>
+
+<p>The source can be cloned anonymously from Git with this command:</p>
+<pre><code class="bash">git clone https://github.com/apache/shiro.git
+git checkout shiro-root-1.3.2 -b shiro-root-1.3.2
+</code></pre>
 
 <h3><a name="1.2.xBinary"></a>1.2.6 Binary Distribution</h3>
 
@@ -1419,7 +1779,7 @@ git checkout shiro-root-1.1.0 -b shiro-r
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/events.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/events.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/events.html (original)
+++ shiro/site/publish/events.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -246,7 +247,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/features-overview.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/features-overview.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/features-overview.html (original)
+++ shiro/site/publish/features-overview.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -261,7 +262,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/features.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/features.html (original)
+++ shiro/site/publish/features.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -258,7 +259,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/forums.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/forums.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/forums.html (original)
+++ shiro/site/publish/forums.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -240,7 +241,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/get-started.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/get-started.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/get-started.html (original)
+++ shiro/site/publish/get-started.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -249,7 +250,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/getting-started-block.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/getting-started-block.html?rev=1851129&r1=1851128&r2=1851129&view=diff
==============================================================================
--- shiro/site/publish/getting-started-block.html (original)
+++ shiro/site/publish/getting-started-block.html Sat Jan 12 05:05:20 2019
@@ -42,6 +42,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -233,7 +234,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2018 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
                 </div>
         </div>