From: maxcooper Date: Mon, 5 May 2003 23:49:30 +0000 (+0000) Subject: fixed typo "equest" -> "request" X-Git-Tag: rel-2_0-alpha1~99 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b978f4830db83d8642762f2235caa7d514d0508f;p=securityfilter.git fixed typo "equest" -> "request" --- diff --git a/doc/index.html b/doc/index.html index fda65be..6cda2e5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -34,7 +34,7 @@

The SecurityFilter Project Home Page

-SecurityFilter is a Java Servlet Filter that mimics container managed security. It looks just like container managed security to your app, as you can call request.getRemoteUser(), equest.isUserInRole(), and request.getUserPrincipal() and get valid responses. The Security Filter configuration file follows the web.xml standard, which makes it easy to switch to Security Filter from container managed security, or switch back as your requirements or deployment environment details change. +SecurityFilter is a Java Servlet Filter that mimics container managed security. It looks just like container managed security to your app, as you can call request.getRemoteUser(), request.isUserInRole(), and request.getUserPrincipal() and get valid responses. The Security Filter configuration file follows the web.xml standard, which makes it easy to switch to Security Filter from container managed security, or switch back as your requirements or deployment environment details change.

Intended Audience: