Menu

Security Filter - First Public Release

The first public release of the securityfilter project is now available for download. This is a Java Servlet Filter that mimics container-based security but allows you to have a login form on every page or deploy your whole app (including the realm implementation) as a single war file. It uses the familiar web.xml security settings syntax to make it easy to switch from container to filter based security, and includes a small and simple realm interface for easy implementation. A Tomcat/Catalina realm adapter is also included in the package, and it is easy to implement and configure a realm adapter for any kind of realm you may have.

Please visit the Security Filter Files page to download:
http://sourceforge.net/project/showfiles.php?group_id=59484&release_id=104292

Posted by Max Cooper 2002-08-09

Log in to post a comment.