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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]