From 5a7400fcc507c0b364659b8c2307b234b969e8d9 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 19 Oct 2006 23:16:47 +0000 Subject: [PATCH] Port fix bug 39436. Correct MIME type for SVG. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@465927 13f79535-47bb-0310-9956-ffa450edef68 --- conf/web.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/conf/web.xml b/conf/web.xml index 4577e954d..b80366eb4 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -978,10 +978,6 @@ application/x-sv4crc - svg - image/svg+xml - - swf application/x-shockwave-flash @@ -1083,11 +1079,11 @@ svg - image/svg + image/svg+xml svgz - image/svg + image/svg+xml vsd -- 2.11.0