1 Reply Latest reply on Mar 30, 2009 7:37 AM by wolfgangknauf

    URL PATTERN

    ankit2212

      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?

        • 1. Re: URL PATTERN
          wolfgangknauf

          Hi,

          exclusion of directories is unfortunately not possible.

          The only thing you can do: move all protected content to subdirectories, and leave the root directory and the excluded subdirectory unsecured.

          Hope this helps

          Wolfgang