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! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101463#4101463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101463 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
