[seam-commits] Seam SVN: r15052 - branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 16 05:28:55 EDT 2012


Author: vdedik
Date: 2012-08-16 05:28:55 -0400 (Thu, 16 Aug 2012)
New Revision: 15052

Modified:
   branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/pages.xml
Log:
Groovybooking example missing @Restrict on some actions

Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/pages.xml	2012-08-16 09:26:21 UTC (rev 15051)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/pages.xml	2012-08-16 09:28:55 UTC (rev 15052)
@@ -56,8 +56,7 @@
     </page>
 
 	 <page view-id="/hotel.xhtml"
-          conversation-required="true"
-          login-required="true">
+          conversation-required="true">
 
         <description>View hotel: #{hotel.name}</description>
 



More information about the seam-commits mailing list