[richfaces-svn-commits] JBoss Rich Faces SVN: r18726 - modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Aug 17 13:16:43 EDT 2010
Author: ppitonak at redhat.com
Date: 2010-08-17 13:16:43 -0400 (Tue, 17 Aug 2010)
New Revision: 18726
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
Log:
* added mime-mapping for ecss to limit warnings
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-08-17 17:16:37 UTC (rev 18725)
+++ modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2010-08-17 17:16:43 UTC (rev 18726)
@@ -37,4 +37,13 @@
<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>
More information about the richfaces-svn-commits
mailing list