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 2020/02/11 12:57:00 UTC

[tomcat] 01/02: Remove duplicate mapping

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

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

commit abf546ef087f589ea2386cd2374a3b417f72ee18
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 cce6b8f..2d08297 100644
--- a/conf/web.xml
+++ b/conf/web.xml
@@ -4663,10 +4663,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org