Initial project home page
authormaxcooper <maxcooper>
Fri, 9 Aug 2002 10:22:55 +0000 (10:22 +0000)
committermaxcooper <maxcooper>
Fri, 9 Aug 2002 10:22:55 +0000 (10:22 +0000)
doc/index.html [new file with mode: 0644]

diff --git a/doc/index.html b/doc/index.html
new file mode 100644 (file)
index 0000000..fb13cf8
--- /dev/null
@@ -0,0 +1,24 @@
+<html>
+
+<head>
+<title>The SecurityFilter Project Home Page</title>
+</head>
+
+<body>
+<h1>The SecurityFilter Project Home Page</h1>
+
+SecurityFilter is a Java Servlet Filter that mimics container-based security. It looks just like container-based security to your app, as you can call request.getRemoteUser(), equest.isUserInRole(), and request.getUserPrincipal() and get valid responses. However, it can be deployed within your web app, so you do not need to set the realm in the server configuration, or put any classes in the server classpath. The realm interface for SecurityFilter is proprietary, but it is very simple (2 methods) and should be easy to implement for your project. The other main advantage over container-based security is that users can submit a login form without being forced to the login page by the security mechanism.
+
+<ul>
+  <li><b>Downloads:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=59484">Security Filter File List</a></li>
+  <li><b>Information:</b> <a href="http://sourceforge.net/projects/securityfilter/">Security Filter Project Summary</a></li>
+</ul>
+
+<p>&nbsp</p>
+
+<i>This project is hosted by:</i><br>
+<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=59484&amp;type=5" width="210" height="62" border="0" alt="SourceForge Logo"></A>
+
+</body>
+
+</html>