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/12/16 19:02:12 UTC

svn commit: r1774651 - /shiro/site/publish/webapp-tutorial.html

Author: bdemers
Date: Fri Dec 16 19:02:11 2016
New Revision: 1774651

URL: http://svn.apache.org/viewvc?rev=1774651&view=rev
Log:
minor correction in webapp-tutorial

Modified:
    shiro/site/publish/webapp-tutorial.html

Modified: shiro/site/publish/webapp-tutorial.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/webapp-tutorial.html?rev=1774651&r1=1774650&r2=1774651&view=diff
==============================================================================
--- shiro/site/publish/webapp-tutorial.html (original)
+++ shiro/site/publish/webapp-tutorial.html Fri Dec 16 19:02:11 2016
@@ -698,7 +698,7 @@ shiro.loginUrl = /login.jsp
 <a id="step6"></a>
 <h2>Step 6: Role-Based Access Control</h2>
 <p>In addition to controlling access based on authentication, it is often a requirement to restrict access to certain parts of the application based on what role(s) are assigned to the current <code>Subject</code>.</p>
-<p>Perform the following git checkout command to load the <code>step5</code> branch:</p>
+<p>Perform the following git checkout command to load the <code>step6</code> branch:</p>
 <pre><code class="bash">$ git checkout step6
 </code></pre>
 <h3>Step 6a: Add Roles</h3>