From c92798536a569d69b33077725abd978f2e9f4356 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 2 Apr 2004 11:57:17 +0000 Subject: [PATCH] Modified to report success for HTTP filter-based authentication, not only container adapters. --- samples/contacts/war/secure/debug.jsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/contacts/war/secure/debug.jsp b/samples/contacts/war/secure/debug.jsp index d48587e9c1..47f12d3353 100644 --- a/samples/contacts/war/secure/debug.jsp +++ b/samples/contacts/war/secure/debug.jsp @@ -27,8 +27,7 @@ if (context != null) { %> if (auth instanceof AuthByAdapter) { %>
SUCCESS! Your container adapter appears to be properly configured!

<% } else { %> -
WARNING: Authentication object does not implement AuthByAdapter
- This may point to an error with your adapter configuration, although can be ignored if intentional.

+
SUCCESS! Your web filter appears to be properly configured!
<% } } else { %>