1 Reply Latest reply on Nov 4, 2007 7:49 PM by shane.bryzak

    Login Restriction servlets?

    lmehret

      Is there any way to configure a login restriction for a servlet?
      What I would like to do keep users from going directly to a servlet without logging in.

      I tried configuring the servlet as a view in the pages.xml like this

      <page view-id="/MyServlet" login-required="true"/>

      That did not work.

      Any Ideas.

      Thanks!