In the security constraint I put


 

<security-constraint>
      <web-resource-collection>
      <web-resource-name>All resources</web-resource-name>
      Protects all resources
      <url-pattern>/*</url-pattern>
      </web-resource-collection>
      <auth-constraint>    <role-name>IPTUser</role-name>
      </auth-constraint>
   </security-constraint>


For All folder I put "*" in URL pattern but if I want put one folder outside 
from this constraint How can I?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221854#4221854

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221854
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to