[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

tazman do-not-reply at jboss.com
Mon Mar 5 17:17:48 EST 2007


I have also a similar problem with login redirection. 

If I set login-required to true for a page in pages.xml, everything works as expected. However, when I programmatically throw NotLoggedInException I get the debug page:

if (!Identity.instance().isLoggedIn())
  | 	throw new NotLoggedInException();

tazman

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025224#4025224

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025224



More information about the jboss-user mailing list