You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/01/10 19:29:16 UTC

svn commit: r845956 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/security/shiro/about.html

Author: buildbot
Date: Thu Jan 10 18:29:16 2013
New Revision: 845956

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/security/shiro/about.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 10 18:29:16 2013
@@ -1 +1 @@
-1431542
+1431545

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 10 18:29:16 2013
@@ -1 +1 @@
-1431542
+1431545

Modified: websites/staging/isis/trunk/content/components/security/shiro/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/about.html Thu Jan 10 18:29:16 2013
@@ -236,7 +236,7 @@
 
 <p>Security implementations provide authentication and authorization services. They do not providing services such as auditing, encryption, non-repudiation or confidentiality.</p>
 
-<p>The shiro implementation provides integration with [Apache Shiro](http://shiro.apache.org].</p>
+<p>The shiro implementation provides integration with <a href="http://shiro.apache.org">Apache Shiro</a>.</p>
 
 <h3>Releases</h3>
 
@@ -251,6 +251,19 @@
 <p>Shiro itself reads this file and is bootstrapped using the following settings to be added near the top of the <code>WEB-INF/web.xml</code> file:</p>
 
 <pre>
+&lt;listener&gt;
+    &lt;listener-class&gt;org.apache.shiro.web.env.EnvironmentLoaderListener&lt;/listener-class&gt;
+&lt;/listener&gt;
+
+&lt;filter&gt;
+    &lt;filter-name&gt;ShiroFilter&lt;/filter-name&gt;
+    &lt;filter-class&gt;org.apache.shiro.web.servlet.ShiroFilter&lt;/filter-class&gt;
+&lt;/filter&gt;
+
+&lt;filter-mapping&gt;
+    &lt;filter-name&gt;ShiroFilter&lt;/filter-name&gt;
+    &lt;url-pattern&gt;/*&lt;/url-pattern&gt;
+&lt;/filter-mapping&gt;
 </pre>
 
 <h3>Format of Permissions</h3>
@@ -289,10 +302,13 @@ com.mycompany.myapp                     
 *                                            # view/edit access to everything
 </pre>
 
+<p><!--</p>
+
 <h3>Configuring</h3>
 
 <ul>
-<li><a href="using-apache-ds-for-authentication.html">Using Apache DS for authentication</a></li>
+<li><a href="using-apache-ds-for-authentication.html">Using Apache DS for authentication</a>
+--></li>
 </ul>