This class is designed to load
org.cougaar.core.security.acl.auth.SecureHookServlet if it
exists and the System property
org.cougaar.lib.web.tomcat.enableAuth
is "true".
The web.xml should have within the <web-app> element:
<servlet>
<servlet-name>cougaar</servlet-name>
<servlet-class>org.cougaar.lib.web.tomcat.HookServletFront</servlet-class>
</servlet>
a privileged action under the principal of the user
who has logged in.
|