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

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


    from 38a2f4e  Fix rare test failure.
     new 05a550a  Remove duplicate mapping
     new 085cd27  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       |  206 +---
 java/org/apache/tomcat/buildutil/Utils.java        |   59 ++
 .../apache/tomcat/buildutil/translate/Import.java  |   32 +-
 .../catalina/startup/TestTomcatNoServer.java       |   92 ++
 webapps/docs/changelog.xml                         |    5 +
 8 files changed, 1205 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

Reply via email to