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 { %>