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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org