Author: dan.j.allen
Date: 2008-06-19 13:17:59 -0400 (Thu, 19 Jun 2008)
New Revision: 8394
Modified:
trunk/seam-gen/icefaces/resources/WEB-INF/web.xml
Log:
undefined ROLE name leads to erronous log message (aligning with RichFaces version)
Modified: trunk/seam-gen/icefaces/resources/WEB-INF/web.xml
===================================================================
--- trunk/seam-gen/icefaces/resources/WEB-INF/web.xml 2008-06-19 17:17:20 UTC (rev 8393)
+++ trunk/seam-gen/icefaces/resources/WEB-INF/web.xml 2008-06-19 17:17:59 UTC (rev 8394)
@@ -114,15 +114,12 @@
</servlet-mapping>
<security-constraint>
- <display-name>Restrict raw XHTML Documents</display-name>
- <web-resource-collection>
- <web-resource-name>XHTML</web-resource-name>
- <url-pattern>*.xhtml</url-pattern>
- </web-resource-collection>
- <auth-constraint>
- <role-name>NONE</role-name>
- </auth-constraint>
+ <display-name>Restrict raw XHTML Documents</display-name>
+ <web-resource-collection>
+ <web-resource-name>XHTML</web-resource-name>
+ <url-pattern>*.xhtml</url-pattern>
+ </web-resource-collection>
+ <auth-constraint/>
</security-constraint>
</web-app>
-
Show replies by date