[jboss-user] [Security & JAAS/JBoss] - URL PATTERN

ankit2212 do-not-reply at jboss.com
Mon Mar 30 04:23:47 EDT 2009


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



More information about the jboss-user mailing list