[seam-commits] Seam SVN: r7307 - trunk/examples/seamspace/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jan 30 06:00:52 EST 2008
Author: shane.bryzak at jboss.com
Date: 2008-01-30 06:00:52 -0500 (Wed, 30 Jan 2008)
New Revision: 7307
Modified:
trunk/examples/seamspace/resources/WEB-INF/pages.xml
Log:
suppress logging of NotLoggedInException
Modified: trunk/examples/seamspace/resources/WEB-INF/pages.xml
===================================================================
--- trunk/examples/seamspace/resources/WEB-INF/pages.xml 2008-01-30 11:00:01 UTC (rev 7306)
+++ trunk/examples/seamspace/resources/WEB-INF/pages.xml 2008-01-30 11:00:52 UTC (rev 7307)
@@ -124,7 +124,7 @@
</navigation>
</page>
- <exception class="org.jboss.seam.security.NotLoggedInException">
+ <exception class="org.jboss.seam.security.NotLoggedInException" log="false">
<redirect view-id="/register.xhtml">
<message severity="warn">You must be a member to use this feature</message>
</redirect>
More information about the seam-commits
mailing list