|
|
<% if (success) { %>
Successful Invocation: Please verify
<% } else { %>
Configuration Error
<% } %>
|
|
|
<% if (success) { %>
This page was dispatched by the Security Aware Servlet. The following details were
evaluated by this servlet:
<%=details%>.
<% } else { %>
The dispatched page was not routed via the Security Aware Servlet. This
condition can happen if the page was accessed directly instead of being routed via
the Security Aware Servlet.
<% } %>
You can return to
J2EE Security API page to try again.
|
|
|
|