You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/13 22:48:39 UTC

svn commit: r734247 - /incubator/click/trunk/click/documentation/docs/best-practices.html

Author: sabob
Date: Tue Jan 13 13:48:34 2009
New Revision: 734247

URL: http://svn.apache.org/viewvc?rev=734247&view=rev
Log:
added section on alternative security solutions

Modified:
    incubator/click/trunk/click/documentation/docs/best-practices.html

Modified: incubator/click/trunk/click/documentation/docs/best-practices.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/best-practices.html?rev=734247&r1=734246&r2=734247&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/best-practices.html (original)
+++ incubator/click/trunk/click/documentation/docs/best-practices.html Tue Jan 13 13:48:34 2009
@@ -262,6 +262,30 @@
 </web-app>
 </pre>
 
+<h4>Alternative Security solutions</h4>
+
+There are also alternative security solutions that provide extra features not
+available in JEE, such as RememberMe functionality, better resource mapping
+and <tt>Post Logon Page</tt> support. (<tt>Post Logon Page</tt> support allows one to
+specify a default URL where the user will be forwarded after successful login.
+This feature allows one to embed a login form in all non-secure pages and after
+successful authentication the user will be forwarded to their home page.)
+
+<p/>
+Below are some of the alternative security solutions available:
+<ul>
+    <li>
+        <a class="external" target="_blank" href="http://static.springframework.org/spring-security/site/index.html">Spring Security</a>
+    </li>
+    <li>
+        <a class="external" target="_blank" href="http://securityfilter.sourceforge.net/">SecurityFilter</a>
+    </li>
+    <li>
+        <a class="external" target="_blank" href="http://www.jsecurity.org/">JSecurity</a>
+    </li>
+</ul>
+
+
 <h4>Resources</h4>
 
 For more information on using security see the resources below: