Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

security constraint bug?

Brandon Goodin

2004-02-23

Replies:

I have the following security constraint specified in my web.xml:



<security-constraint>

  <web-resource-collection>

    <web-resource-name>Customer Area</web-resource-name>

    <url-pattern>/customer/*</url-pattern>

  </web-resource-collection>

  <auth-constraint>

    <role-name>customer</role-name>

  </auth-constraint>

</security-constraint>



When I go to the following url it gets blocked.



http://phase.zapto.org:8282/customer.do



I'm assuming this is a bug. Is it not?



I'm using Tomcat 5.0.18



Brandon Goodin





©2008 junlu.com - Jax Systems, LLC, U.S.A.