This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit fa587753d13125573118cfd6bad46dce6088b857
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Feb 11 11:44:38 2020 +0000

    Remove duplicate mapping
    
    Tomcat processes extension mappings in a case insensitive manner
---
 conf/web.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/conf/web.xml b/conf/web.xml
index c2e44d9..a24d10f 100644
--- a/conf/web.xml
+++ b/conf/web.xml
@@ -4636,10 +4636,6 @@
         <mime-type>application/x-compress</mime-type>
     </mime-mapping>
     <mime-mapping>
-        <extension>Z</extension>
-        <mime-type>application/x-compress</mime-type>
-    </mime-mapping>
-    <mime-mapping>
         <extension>z1</extension>
         <mime-type>application/x-zmachine</mime-type>
     </mime-mapping>


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

Reply via email to