Author: ppitonak(a)redhat.com
Date: 2010-12-13 06:37:29 -0500 (Mon, 13 Dec 2010)
New Revision: 20522
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
Log:
* mapping for ecss removed because bug in Mojarra was fixed
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1646
Modified: modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2010-12-13
11:24:36 UTC (rev 20521)
+++ modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2010-12-13
11:37:29 UTC (rev 20522)
@@ -41,13 +41,4 @@
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
- <!--
- remove as soon as the issue in Mojarra is resolved
-
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1646
-
https://jira.jboss.org/browse/RF-8984
- -->
- <mime-mapping>
- <extension>ecss</extension>
- <mime-type>text/css</mime-type>
- </mime-mapping>
</web-app>