This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 05a550a6295787a6fefb644722e69685b3d49673 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 1aa1799..e8a5154 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -4652,10 +4652,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