Author: markt
Date: Wed Jun 10 11:33:55 2009
New Revision: 783299

URL: http://svn.apache.org/viewvc?rev=783299&view=rev
Log:
Restore correct mime-type for MS Word

Modified:
    tomcat/trunk/conf/web.xml

Modified: tomcat/trunk/conf/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=783299&r1=783298&r2=783299&view=diff
==============================================================================
--- tomcat/trunk/conf/web.xml (original)
+++ tomcat/trunk/conf/web.xml Wed Jun 10 11:33:55 2009
@@ -546,7 +546,7 @@
     </mime-mapping>
     <mime-mapping>
         <extension>doc</extension>
-        <mime-type>application/vnd.ms-word</mime-type>
+        <mime-type>application/msword</mime-type>
     </mime-mapping>
     <mime-mapping>
         <extension>dtd</extension>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to