0 Replies Latest reply on Oct 25, 2006 7:31 PM by jim100685

    direct access to a page

    jim100685

      I have security in my app, this works fine but what I wanted is to access one of the pages directly without prompting me to the login page.

      how can I disable the security on a certain page?

      my security constraint code is:
      <web-resource-collection>
      <web-resource-name>LoginResource</web-resource-name>
      Require users to authenticate
      <url-pattern>*.faces</url-pattern>
      <http-method>POST</http-method>
      <http-method>GET</http-method>
      </web-resource-collection>

      Can anyone help me with this problem thanks.