[jboss-user] [JBoss Seam] - Do we need failed page access logged as ERROR
alex.kozlenkov
do-not-reply at jboss.com
Fri Mar 2 17:23:58 EST 2007
I'm not sure it was like this before but accessing a restricted page while not logged in dumps the stack trace into the ERROR channel. 09:48:59,808 ERROR [SeamPhaseListener] uncaught exception
| org.jboss.seam.security.NotLoggedInException
| at org.jboss.seam.security.Identity.checkRestriction(Identity.java:156)
| at org.jboss.seam.pages.Page.enter(Page.java:203)
| ...This is due to Line 69 in SeamPhaseListener: log.error("uncaught exception", e);
Do we really need it?
Cheers--Alex
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024770#4024770
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024770
More information about the jboss-user
mailing list