This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a78ab55 Prep for next version new fa58775 Remove duplicate mapping new 981b50c Align MIME type mappings for embedded with those in conf/web.xml The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: conf/web.xml | 4 - .../catalina/startup/LocalStrings.properties | 1 + .../catalina/startup/MimeTypeMappings.properties | 1025 ++++++++++++++++++++ java/org/apache/catalina/startup/Tomcat.java | 216 +---- java/org/apache/tomcat/buildutil/Utils.java | 62 ++ .../apache/tomcat/buildutil/translate/Import.java | 32 +- .../catalina/startup/TestTomcatNoServer.java | 91 ++ webapps/docs/changelog.xml | 9 + 8 files changed, 1221 insertions(+), 219 deletions(-) create mode 100644 java/org/apache/catalina/startup/MimeTypeMappings.properties create mode 100644 java/org/apache/tomcat/buildutil/Utils.java create mode 100644 test/org/apache/catalina/startup/TestTomcatNoServer.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org