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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...