Modified to report success for HTTP filter-based authentication, not only container adapters.
This commit is contained in:
parent
8c69eb6abb
commit
c92798536a
|
@ -27,8 +27,7 @@ if (context != null) { %>
|
|||
if (auth instanceof AuthByAdapter) { %>
|
||||
<BR><B>SUCCESS! Your container adapter appears to be properly configured!</B><BR><BR>
|
||||
<% } else { %>
|
||||
<BR><I>WARNING: Authentication object does not implement AuthByAdapter</I><BR>
|
||||
This may point to an error with your adapter configuration, although can be ignored if intentional.<BR><BR>
|
||||
<BR><B>SUCCESS! Your web filter appears to be properly configured!</B><BR>
|
||||
<% }
|
||||
|
||||
} else { %>
|
||||
|
|
Loading…
Reference in New Issue