Author: rjung
Date: Tue May 3 11:10:22 2011
New Revision: 1099005
URL: http://svn.apache.org/viewvc?rev=1099005&view=rev
Log:
MIME types update (consistency with mime.types from httpd) - Part 3
Fix suffix for compiled WML Script (wmlscriptc -> wmlsc).
Modified:
tomcat/trunk/conf/web.xml
Modified: tomcat/trunk/conf/web.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=1099005&r1=1099004&r2=1099005&view=diff
==============================================================================
--- tomcat/trunk/conf/web.xml (original)
+++ tomcat/trunk/conf/web.xml Tue May 3 11:10:22 2011
@@ -1176,7 +1176,7 @@
</mime-mapping>
<mime-mapping>
<!-- Compiled WML Script -->
- <extension>wmlscriptc</extension>
+ <extension>wmlsc</extension>
<mime-type>application/vnd.wap.wmlscriptc</mime-type>
</mime-mapping>
<mime-mapping>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]