You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2006/10/20 01:14:27 UTC

svn commit: r465925 - in /tomcat/container/tc5.5.x: catalina/src/conf/web.xml webapps/docs/changelog.xml

Author: markt
Date: Thu Oct 19 16:14:26 2006
New Revision: 465925

URL: http://svn.apache.org/viewvc?view=rev&rev=465925
Log:
Fix bug 39436. Correct MIME type for SVG.

Modified:
    tomcat/container/tc5.5.x/catalina/src/conf/web.xml
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/catalina/src/conf/web.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/conf/web.xml?view=diff&rev=465925&r1=465924&r2=465925
==============================================================================
--- tomcat/container/tc5.5.x/catalina/src/conf/web.xml (original)
+++ tomcat/container/tc5.5.x/catalina/src/conf/web.xml Thu Oct 19 16:14:26 2006
@@ -987,7 +987,7 @@
     </mime-mapping>
     <mime-mapping>
         <extension>svgz</extension>
-        <mime-type>image/svg</mime-type>
+        <mime-type>image/svg+xml</mime-type>
     </mime-mapping>
     <mime-mapping>
         <extension>swf</extension>

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=465925&r1=465924&r2=465925
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu Oct 19 16:14:26 2006
@@ -34,6 +34,9 @@
         (markt)
       </fix>
       <fix>
+        <bug>39436</bug>: Correct MIME type for SVG. (markt)
+      </fix>
+      <fix>
         <bug>39724</bug>: Removing the last valve from a pipeline did not
         return the pipeline to the original state. Patch provided by
         David Gagon. (markt)



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