[seam-commits] Seam SVN: r8393 - branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 19 13:17:20 EDT 2008


Author: dan.j.allen
Date: 2008-06-19 13:17:20 -0400 (Thu, 19 Jun 2008)
New Revision: 8393

Modified:
   branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF/web.xml
Log:
undefined ROLE name leads to erronous log message (aligning with RichFaces version)


Modified: branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF/web.xml
===================================================================
--- branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF/web.xml	2008-06-19 17:15:55 UTC (rev 8392)
+++ branches/Seam_2_0/seam-gen/icefaces/resources/WEB-INF/web.xml	2008-06-19 17:17:20 UTC (rev 8393)
@@ -119,10 +119,7 @@
             <web-resource-name>XHTML</web-resource-name>
             <url-pattern>*.xhtml</url-pattern>
         </web-resource-collection>
-        <auth-constraint>
-            <role-name>NONE</role-name>
-        </auth-constraint>
+        <auth-constraint/>
     </security-constraint>
     
 </web-app>
-




More information about the seam-commits mailing list