Hi,
If I have the following configuration:
<security-constraint>
<web-resource-collection>
<web-resource-name>site</web-resource-name>
<url-pattern>/secret/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>administrator</role-name>
</auth-constraint>
</security-constraint>
I get prompted for a username and password for this url:
www.testing.com/secret/
but not for this:
www.testing.com//secret
was this a known bug, I couldn't find much about it and thought it may be
quicker to ask you guys?
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]