From b978f4830db83d8642762f2235caa7d514d0508f Mon Sep 17 00:00:00 2001 From: maxcooper Date: Mon, 5 May 2003 23:49:30 +0000 Subject: [PATCH] fixed typo "equest" -> "request" --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:

-- 2.11.0