You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/10/24 16:12:18 UTC

svn commit: r1766429 [3/3] - in /shiro/site/publish: ./ 2010/03/18/ 2010/06/01/ 2010/09/14/ 2010/09/20/ 2010/09/24/ 2010/11/03/ 2011/01/06/ 2011/01/13/ 2011/02/10/ 2011/02/28/ 2011/03/14/ 2011/05/24/ 2011/06/30/ 2012/01/24/ 2012/03/13/ 2012/07/29/ 2013...

Modified: shiro/site/publish/java-authorization-guide.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-authorization-guide.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/java-authorization-guide.html (original)
+++ shiro/site/publish/java-authorization-guide.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -273,7 +278,7 @@ public void openAccount( Account acct )
 <a name="JavaAuthorizationGuide-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="java-authorization-guide.md.vtl"></input></p>
 
         </div>
 
@@ -286,6 +291,10 @@ public void openAccount( Account acct )
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/java-cryptography-guide.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-cryptography-guide.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/java-cryptography-guide.html (original)
+++ shiro/site/publish/java-cryptography-guide.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -189,7 +194,7 @@ new Sha256(aPassword, salt, 1024).toBase
 <a name="JavaCryptographyGuide-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="java-cryptography-guide.md.vtl"></input></p>
 
         </div>
 
@@ -202,6 +207,10 @@ new Sha256(aPassword, salt, 1024).toBase
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/jsp-tag-library.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/jsp-tag-library.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/jsp-tag-library.html (original)
+++ shiro/site/publish/jsp-tag-library.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -100,7 +105,7 @@
   <li>
   <p><strong>&lt;shiro:authenticated/&gt;</strong> - Displays body content only if the current user has successfully authenticated <em>during their current session</em>. It is more restrictive than the &lsquo;user&rsquo; tag. It is logically opposite to the &lsquo;notAuthenticated&rsquo; tag.</p></li>
   <li>
-  <p><strong>&lt;shiro:notAuthenticated/&gt;</strong> - Displays body content only if the current user has NOT succesfully authenticated <em>during their current session</em>. It is logically opposite to the &lsquo;authenticated&rsquo; tag.</p></li>
+  <p><strong>&lt;shiro:notAuthenticated/&gt;</strong> - Displays body content only if the current user has NOT succesfully authenticated <em>during their current session</em>. It is logically opposite to the &lsquo;authenticated&rsquo; tag.<br/><input type="hidden" id="ghEditPage" value="jsp-tag-library.md"></input></p></li>
 </ul>
 
         </div>
@@ -114,6 +119,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/license.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/license.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/license.html (original)
+++ shiro/site/publish/license.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -282,6 +287,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 </code></pre>
+<input type="hidden" id="ghEditPage" value="license.md"></input>
 
         </div>
 
@@ -294,6 +300,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/mailing-lists.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/mailing-lists.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/mailing-lists.html (original)
+++ shiro/site/publish/mailing-lists.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -128,7 +133,7 @@
 </div>
 <a name="MailingLists-DiscussionForums"></a>
 <h3><a href="#discussion-forums" name="discussion-forums">Discussion Forums</a></h3>
-<p>If you prefer you could use our discussion <a href="forums.html" title="Forums">Forums</a> which are sync&rsquo;d with the above mailing lists.</p>
+<p>If you prefer you could use our discussion <a href="forums.html" title="Forums">Forums</a> which are sync&rsquo;d with the above mailing lists.<br/><input type="hidden" id="ghEditPage" value="mailing-lists.md"></input></p>
 
         </div>
 
@@ -141,6 +146,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/navigation.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/navigation.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/navigation.html (original)
+++ shiro/site/publish/navigation.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -120,6 +125,7 @@
   <li>
   <p><a href="commercial-support.html">Commercial Support</a></p></li>
 </ul>
+<input type="hidden" id="ghEditPage" value="navigation.md"></input>
 
         </div>
 
@@ -132,6 +138,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/news.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/news.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/news.html (original)
+++ shiro/site/publish/news.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -610,6 +615,8 @@ The Apache Shiro Team
     </div>
     </div>
 
+<input type="hidden" id="ghEditPage" value="news.html"></input>
+
 
         </div>
 
@@ -622,6 +629,10 @@ The Apache Shiro Team
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/overview.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/overview.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/overview.html (original)
+++ shiro/site/publish/overview.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -159,7 +164,7 @@ Subject currentUser = SecurityUtils.getS
 <p>The third and final core concept in Shiro is that of a Realm. A Realm acts as the ‘bridge’ or ‘connector’ between Shiro and your application’s security data. That is, when it comes time to actually interact with security-related data like user accounts to perform authentication (login) and authorization (access control), Shiro looks up many of these things from one or more Realms configured for an application.</p>
 <p>In this sense a Realm is essentially a security-specific <a href="https://en.wikipedia.org/wiki/Data_access_object">DAO</a>: it encapsulates connection details for data sources and makes the associated data available to Shiro as needed. When configuring Shiro, you must specify at least one Realm to use for authentication and/or authorization. More than one Realm may be configured, but at least one is required.</p>
 <p>Shiro provides out-of-the-box Realms to connect to a number of security data sources (aka directories) such as LDAP, relational databases (JDBC), text configuration sources like INI and properties files, and more. You can plug-in your own Realm implementations to represent custom data sources if the default Realms do not meet your needs.</p>
-<p>Like other internal components, the Shiro <code>SecurityManager</code> manages how Realms are used to acquire security data and then represented as <code>Subject</code> instances.</p>
+<p>Like other internal components, the Shiro <code>SecurityManager</code> manages how Realms are used to acquire security data and then represented as <code>Subject</code> instances.<br/><input type="hidden" id="ghEditPage" value="overview.md"></input></p>
 
         </div>
 
@@ -172,6 +177,10 @@ Subject currentUser = SecurityUtils.getS
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/performing-a-release.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/performing-a-release.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/performing-a-release.html (original)
+++ shiro/site/publish/performing-a-release.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -107,6 +112,7 @@
     window.location = "https://cwiki.apache.org/confluence/display/SHIRO/Performing+a+Release"
     //-->
 </script>
+<input type="hidden" id="ghEditPage" value="performing-a-release.html.vtl"></input>
 
 
         </div>
@@ -120,6 +126,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/permissions.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/permissions.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/permissions.html (original)
+++ shiro/site/publish/permissions.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -254,6 +259,7 @@ printer:print:epsoncolor
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
 <p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<input type="hidden" id="ghEditPage" value="permissions.md"></input>
 
         </div>
 
@@ -266,6 +272,10 @@ printer:print:epsoncolor
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/powered-by-shiro.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/powered-by-shiro.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/powered-by-shiro.html (original)
+++ shiro/site/publish/powered-by-shiro.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -105,6 +110,7 @@
 <h2><a name="PoweredbyShiro-Template"></a>Template</h2>
 <p><a class="external-link" href="http://www.apache.org">Your Company Name</a> - Your company description</p>
 <ul><li>Any details you can share</li><li>...</li></ul>
+<input type="hidden" id="ghEditPage" value="powered-by-shiro.md"></input>
 
         </div>
 
@@ -117,6 +123,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/privacy-policy.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/privacy-policy.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/privacy-policy.html (original)
+++ shiro/site/publish/privacy-policy.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -90,7 +95,7 @@
 </ul>
 <p>Part of this information is gathered using a tracking cookie set by the Google Analytics service and handled by Google as described in their privacy policy. See your browser documentation for instructions on how to disable the cookie if you prefer not to share this data with Google.</p>
 <p>We use the gathered information to help us make our site more useful to visitors and to better understand how and when our site is used. We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources.</p>
-<p>By using this website, you consent to the collection of this data in the manner and for the purpose described above.</p>
+<p>By using this website, you consent to the collection of this data in the manner and for the purpose described above.<br/><input type="hidden" id="ghEditPage" value="privacy-policy.md"></input></p>
 
         </div>
 
@@ -103,6 +108,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/quickstart.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/quickstart.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/quickstart.html (original)
+++ shiro/site/publish/quickstart.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -107,6 +112,7 @@
     window.location = "10-minute-tutorial.html"
     //-->
 </script>
+<input type="hidden" id="ghEditPage" value="quickstart.html.vtl"></input>
 
 
         </div>
@@ -120,6 +126,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/realm.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/realm.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/realm.html (original)
+++ shiro/site/publish/realm.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -341,6 +346,7 @@ myRealm.credentialsMatcher = $credential
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
 <p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<input type="hidden" id="ghEditPage" value="realm.md.vtl"></input>
 
         </div>
 
@@ -353,6 +359,10 @@ myRealm.credentialsMatcher = $credential
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/reference.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/reference.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/reference.html (original)
+++ shiro/site/publish/reference.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -154,6 +159,7 @@
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
 <p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html">User Mailing List</a>.</p>
+<input type="hidden" id="ghEditPage" value="reference.md"></input>
 
         </div>
 
@@ -166,6 +172,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/securitymanager.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/securitymanager.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/securitymanager.html (original)
+++ shiro/site/publish/securitymanager.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -153,7 +158,7 @@ SecurityUtils.setSecurityManager(securit
 <a name="SecurityManager-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="securitymanager.md.vtl"></input></p>
 
         </div>
 
@@ -166,6 +171,10 @@ SecurityUtils.setSecurityManager(securit
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/session-management-features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/session-management-features.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/session-management-features.html (original)
+++ shiro/site/publish/session-management-features.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -115,7 +120,7 @@
 </ul>
 <a name="SessionManagementFeatures-GetStartedin10MinuteswithShiro"></a>
 <h2><a href="#get-started-in-10-minutes-with-shiro" name="get-started-in-10-minutes-with-shiro">Get Started in 10 Minutes with Shiro</a></h2>
-<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html">community forum</a> or <a href="mailing-lists.html">user mailing list</a> for answers from the community.</p>
+<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html">community forum</a> or <a href="mailing-lists.html">user mailing list</a> for answers from the community.<br/><input type="hidden" id="ghEditPage" value="session-management-features.md"></input></p>
 
         </div>
 
@@ -128,6 +133,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/session-management.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/session-management.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/session-management.html (original)
+++ shiro/site/publish/session-management.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -853,7 +858,7 @@ securityManager.subjectDAO.sessionStorag
 <p>Finally, the following calls will always be allowed in all cases:</p>
 <ul>
   <li><code>httpServletRequest.getSession(false)</code></li>
-  <li><code>subject.getSession(false)</code></li>
+  <li><code>subject.getSession(false)</code><br/><input type="hidden" id="ghEditPage" value="session-management.md.vtl"></input></li>
 </ul>
 
         </div>
@@ -867,6 +872,10 @@ securityManager.subjectDAO.sessionStorag
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/sessionmanager.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/sessionmanager.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/sessionmanager.html (original)
+++ shiro/site/publish/sessionmanager.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -107,6 +112,7 @@
     window.location = "session-management.html"
     //-->
 </script>
+<input type="hidden" id="ghEditPage" value="sessionmanager.html.vtl"></input>
 
 
         </div>
@@ -120,6 +126,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/spring.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/spring.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/spring.html (original)
+++ shiro/site/publish/spring.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -242,7 +247,7 @@
 <a name="Spring-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="spring.md"></input></p>
 
         </div>
 
@@ -255,6 +260,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/subject.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/subject.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/subject.html (original)
+++ shiro/site/publish/subject.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -403,7 +408,7 @@ Executor executor = new java.util.concur
 <a name="Subject-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="subject.md.vtl"></input></p>
 
         </div>
 
@@ -416,6 +421,10 @@ Executor executor = new java.util.concur
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/support.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/support.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/support.html (original)
+++ shiro/site/publish/support.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -84,7 +89,7 @@
 <ul>
   <li><a href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li>
   <li><a href="forums.html" title="Forums">Forums</a></li>
-  <li><a href="issues.html">Issues and Bug Tracking</a></li>
+  <li><a href="issues.html">Issues and Bug Tracking</a><br/><input type="hidden" id="ghEditPage" value="support.md"></input></li>
 </ul>
 
         </div>
@@ -98,6 +103,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/tags.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/tags.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/tags.html (original)
+++ shiro/site/publish/tags.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -84,6 +89,8 @@ window.location = "https://github.com/ap
 //-->
 </script>
 
+<input type="hidden" id="ghEditPage" value="tags.html"></input>
+
 
         </div>
 
@@ -96,6 +103,10 @@ window.location = "https://github.com/ap
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/team.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/team.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/team.html (original)
+++ shiro/site/publish/team.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -80,6 +85,7 @@
 
             <h1><a href="#apache-shiro-team" name="apache-shiro-team">Apache Shiro Team</a></h1>
 <p>TODO: list dev team members here</p>
+<input type="hidden" id="ghEditPage" value="team.md"></input>
 
         </div>
 
@@ -92,6 +98,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/terminology.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/terminology.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/terminology.html (original)
+++ shiro/site/publish/terminology.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -154,6 +159,7 @@
 <h3><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h3>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
 <p>The easiest way to contribute your documentation is to send it to the <a class="external-link" href="http://shiro-user.582556.n2.nabble.com/" rel="nofollow">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<input type="hidden" id="ghEditPage" value="terminology.md"></input>
 
         </div>
 
@@ -166,6 +172,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/testing.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/testing.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/testing.html (original)
+++ shiro/site/publish/testing.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -304,7 +309,7 @@ public class ExampleShiroIntegrationTest
 <a name="Testing-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="testing.md.vtl"></input></p>
 
         </div>
 
@@ -317,6 +322,10 @@ public class ExampleShiroIntegrationTest
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/tools.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/tools.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/tools.html (original)
+++ shiro/site/publish/tools.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -78,7 +83,7 @@
 
         <div id="content">
 
-            <p><a href="command-line-hasher.html">Command Line Hasher</a></p>
+            <p><a href="command-line-hasher.html">Command Line Hasher</a><br/><input type="hidden" id="ghEditPage" value="tools.md"></input></p>
 
         </div>
 
@@ -91,6 +96,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/tutorial.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/tutorial.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/tutorial.html (original)
+++ shiro/site/publish/tutorial.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -530,6 +535,7 @@ public class Tutorial {
 <p>Hopefully this introduction tutorial helped you understand how to set-up Shiro in a basic application as well Shiro&rsquo;s primary design concepts, the <code>Subject</code> and <code>SecurityManager</code>.</p>
 <p>But this was a fairly simple application. You might have asked yourself, &ldquo;What if I don&rsquo;t want to use INI user accounts and instead want to connect to a more complex user data source?&rdquo;</p>
 <p>To answer that question requires a little deeper understanding of Shiro&rsquo;s architecture and supporting configuration mechanisms. We&rsquo;ll cover Shiro&rsquo;s <a href="architecture.html" title="Architecture">Architecture</a> next.</p>
+<input type="hidden" id="ghEditPage" value="tutorial.md.vtl"></input>
 
         </div>
 
@@ -542,6 +548,10 @@ public class Tutorial {
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/version-2-brainstorming.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/version-2-brainstorming.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/version-2-brainstorming.html (original)
+++ shiro/site/publish/version-2-brainstorming.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -225,7 +230,7 @@ if (response.hasException()) {
 <p><a href="https://issues.apache.org/jira/browse/SHIRO-256">SHIRO-256</a> is opened for this and <a href="http://tynamo.org">Tynamo.org</a> already has an implementation for it. This would both simplify the filter logic and result in better performance.</p>
 <a name="Version2Brainstorming-Webmodulerepackaging."></a>
 <h3>Web module repackaging.</h3>
-<p>The Web module is largely Servlet-specific at the moment. As such, its packaging should reflect this, in the same way that all other support modules are named, e.g.<br/>module name: <code>shiro-servlet</code><br/>package base: <code>org.apache.shiro.servlet.*</code></p>
+<p>The Web module is largely Servlet-specific at the moment. As such, its packaging should reflect this, in the same way that all other support modules are named, e.g.<br/>module name: <code>shiro-servlet</code><br/>package base: <code>org.apache.shiro.servlet.*</code><br/><input type="hidden" id="ghEditPage" value="version-2-brainstorming.md"></input></p>
 
         </div>
 
@@ -238,6 +243,10 @@ if (response.hasException()) {
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/web-features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/web-features.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/web-features.html (original)
+++ shiro/site/publish/web-features.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -108,7 +113,7 @@
   <li>
   <p><strong>JSP Tag support</strong><br/>The JSP tags allow you to easily control page output based on the current user&rsquo;s state and access rights.</p></li>
   <li>
-  <p><strong>Transparent HttpSession support</strong><br/>If you are using Shiro&rsquo;s native sessions, we have implemented HTTP Session API and the Servlet 2.5 API so you don&rsquo;t have to change any of your existing web code to use Shiro.</p></li>
+  <p><strong>Transparent HttpSession support</strong><br/>If you are using Shiro&rsquo;s native sessions, we have implemented HTTP Session API and the Servlet 2.5 API so you don&rsquo;t have to change any of your existing web code to use Shiro.<br/><input type="hidden" id="ghEditPage" value="web-features.md"></input></p></li>
 </ul>
 
         </div>
@@ -122,6 +127,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/web.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/web.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/web.html (original)
+++ shiro/site/publish/web.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -979,7 +984,7 @@ securityManager.rememberMeManager = $rem
 <a name="Web-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, 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>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="web.md.vtl"></input></p>
 
         </div>
 
@@ -992,6 +997,10 @@ securityManager.rememberMeManager = $rem
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/webapp-tutorial.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/webapp-tutorial.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/webapp-tutorial.html (original)
+++ shiro/site/publish/webapp-tutorial.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -674,6 +679,7 @@ You may edit the user!
 </ul>
 <h3><a href="#fixes-and-pull-requests" name="fixes-and-pull-requests">Fixes and Pull Requests</a></h3>
 <p>Please send any fixes for errata as a <a href="https://help.github.com/articles/creating-a-pull-request/">GitHub Pull Request</a> to the <code>https://github.com/lhazlewood/apache-shiro-tutorial-webapp</code> repository. We appreciate it!!!</p>
+<input type="hidden" id="ghEditPage" value="webapp-tutorial.md"></input>
 
         </div>
 
@@ -686,6 +692,10 @@ You may edit the user!
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/what-is-shiro.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/what-is-shiro.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/what-is-shiro.html (original)
+++ shiro/site/publish/what-is-shiro.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -128,7 +133,7 @@
 <p>Perhaps best of all, Apache Shiro is POJO and interface based. You can use it in any pojo container, servlet container, J2EE application server, or standalone application out of the box. And, we currently have some projects in the works to make integration into the most popular containers and servers as easy as possible.</p>
 <p>Well, that&rsquo;s how the JSecurity project and then Apache Shiro was started. We&rsquo;re always looking to improve. Since Shiro is open-source, please think about joining the project or helping out, even if you just offer suggestions. Anything is appreciated!</p>
 <p>Best regards,</p>
-<p>Les Hazlewood</p>
+<p>Les Hazlewood<br/><input type="hidden" id="ghEditPage" value="what-is-shiro.md"></input></p>
 
         </div>
 
@@ -141,6 +146,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/wiki-todos.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/wiki-todos.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/wiki-todos.html (original)
+++ shiro/site/publish/wiki-todos.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -92,7 +97,7 @@
     </ul>
   </li>
 </ul>
-<p>Complete Reference Manual</p>
+<p>Complete Reference Manual<br/><input type="hidden" id="ghEditPage" value="wiki-todos.md"></input></p>
 
         </div>
 
@@ -105,6 +110,10 @@
             <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-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->