[jboss-user] [JBoss Seam] - Re: how to stop unknown user from seeing a page
denis-karpov
do-not-reply at jboss.com
Thu Jul 20 05:46:53 EDT 2006
anonymous wrote : there's the @LoggedIn interceptor, but that seems to me to just stop the submission of a page if the user isn't logged in
No. @LoggedIn prevents execution of any method on your bean through JSF and redirects you to login page, if you are not logged in.
Just clean up your forceLogin() method. For instance, make it empty.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959498#3959498
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959498
More information about the jboss-user
mailing list