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

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

commit ae4dfb46ad15eba98c9bd3af98676a13c4609ab4
Author: Mark Thomas <[email protected]>
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 9c0a248..99d517d 100644
--- a/conf/web.xml
+++ b/conf/web.xml
@@ -4658,10 +4658,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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to