> From: Daniel Curran [mailto:[EMAIL PROTECTED] > Subject: SingleSignOn Valve Not Challenging > > <security-constraint> > <display-name>Example Security Constraint</display-name> > <web-resource-collection> > <web-resource-name>Protected Area</web-resource-name> > <url-pattern>/*</url-pattern> > </web-resource-collection> > </security-constraint> > <login-config> > <auth-method>BASIC</auth-method> > <realm-name>Single Sign-on Example</realm-name> > </login-config>
You're missing <auth-constraint> within <security-constraint> and <security-role> within <web-app>. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]