[seam-commits] Seam SVN: r9451 - in branches/enterprise/JBPAPP_4_3_FP01/examples: groovybooking/resources/WEB-INF and 5 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 27 15:55:01 EDT 2008
Author: manaRH
Date: 2008-10-27 15:55:01 -0400 (Mon, 27 Oct 2008)
New Revision: 9451
Modified:
branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF/pages.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/groovybooking/resources/WEB-INF/pages.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/hibernate/resources-jboss/WEB-INF/pages.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/icefaces/resources/WEB-INF/pages.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/jpa/resources-jboss/WEB-INF/pages.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/nestedbooking/resources/WEB-INF/pages.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/spring/resources/WEB-INF/pages.xml
Log:
JBPAPP-1299
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF/pages.xml 2008-10-27 18:53:50 UTC (rev 9450)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/booking/resources/WEB-INF/pages.xml 2008-10-27 19:55:01 UTC (rev 9451)
@@ -108,5 +108,11 @@
<message severity="warn">You must be logged in to use this feature</message>
</redirect>
</exception>
+
+ <exception class="javax.faces.application.ViewExpiredException">
+ <redirect view-id="/home.xhtml">
+ <message severity="warn">Session expired, please log in again</message>
+ </redirect>
+ </exception>
</pages>
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/groovybooking/resources/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/groovybooking/resources/WEB-INF/pages.xml 2008-10-27 18:53:50 UTC (rev 9450)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/groovybooking/resources/WEB-INF/pages.xml 2008-10-27 19:55:01 UTC (rev 9451)
@@ -101,5 +101,11 @@
<message severity="warn">You must be logged in to use this feature</message>
</redirect>
</exception>
+
+ <exception class="javax.faces.application.ViewExpiredException">
+ <redirect view-id="/home.xhtml">
+ <message severity="warn">Session expired, please log in again</message>
+ </redirect>
+ </exception>
</pages>
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/hibernate/resources-jboss/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/hibernate/resources-jboss/WEB-INF/pages.xml 2008-10-27 18:53:50 UTC (rev 9450)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/hibernate/resources-jboss/WEB-INF/pages.xml 2008-10-27 19:55:01 UTC (rev 9451)
@@ -101,5 +101,11 @@
<message severity="warn">You must be logged in to use this feature</message>
</redirect>
</exception>
+
+ <exception class="javax.faces.application.ViewExpiredException">
+ <redirect view-id="/home.xhtml">
+ <message severity="warn">Session expired, please log in again</message>
+ </redirect>
+ </exception>
</pages>
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/icefaces/resources/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/icefaces/resources/WEB-INF/pages.xml 2008-10-27 18:53:50 UTC (rev 9450)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/icefaces/resources/WEB-INF/pages.xml 2008-10-27 19:55:01 UTC (rev 9451)
@@ -108,5 +108,11 @@
<message severity="warn">You must be logged in to use this feature</message>
</redirect>
</exception>
+
+ <exception class="javax.faces.application.ViewExpiredException">
+ <redirect view-id="/home.xhtml">
+ <message severity="warn">Session expired, please log in again</message>
+ </redirect>
+ </exception>
</pages>
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/jpa/resources-jboss/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/jpa/resources-jboss/WEB-INF/pages.xml 2008-10-27 18:53:50 UTC (rev 9450)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/jpa/resources-jboss/WEB-INF/pages.xml 2008-10-27 19:55:01 UTC (rev 9451)
@@ -101,5 +101,11 @@
<message severity="warn">You must be logged in to use this feature</message>
</redirect>
</exception>
+
+ <exception class="javax.faces.application.ViewExpiredException">
+ <redirect view-id="/home.xhtml">
+ <message severity="warn">Session expired, please log in again</message>
+ </redirect>
+ </exception>
</pages>
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/nestedbooking/resources/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/nestedbooking/resources/WEB-INF/pages.xml 2008-10-27 18:53:50 UTC (rev 9450)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/nestedbooking/resources/WEB-INF/pages.xml 2008-10-27 19:55:01 UTC (rev 9451)
@@ -131,5 +131,11 @@
<message severity="warn">You must be logged in to use this feature</message>
</redirect>
</exception>
+
+ <exception class="javax.faces.application.ViewExpiredException">
+ <redirect view-id="/home.xhtml">
+ <message severity="warn">Session expired, please log in again</message>
+ </redirect>
+ </exception>
</pages>
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/spring/resources/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/spring/resources/WEB-INF/pages.xml 2008-10-27 18:53:50 UTC (rev 9450)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/spring/resources/WEB-INF/pages.xml 2008-10-27 19:55:01 UTC (rev 9451)
@@ -100,5 +100,17 @@
</navigation>
</page>
+
+ <exception class="org.jboss.seam.security.NotLoggedInException">
+ <redirect view-id="/home.xhtml">
+ <message severity="warn">You must be logged in to use this feature</message>
+ </redirect>
+ </exception>
+
+ <exception class="javax.faces.application.ViewExpiredException">
+ <redirect view-id="/home.xhtml">
+ <message severity="warn">Session expired, please log in again</message>
+ </redirect>
+ </exception>
</pages>
More information about the seam-commits
mailing list