This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 8f06ab0b94 Fix Java 21 version detection for JreCompat new 848da29f75 Remove the case sensitivity check new 0c75cd1e3a Improve CVE-2024-56337 protection 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: bin/catalina.bat | 2 + bin/catalina.sh | 2 + .../catalina/webresources/DirResourceSet.java | 74 ++------- .../org/apache/tomcat/util/compat/Jre12Compat.java | 171 +++++++++++++++++++++ .../org/apache/tomcat/util/compat/Jre16Compat.java | 2 +- java/org/apache/tomcat/util/compat/JreCompat.java | 134 ++++++++++++---- .../tomcat/util/compat/LocalStrings.properties | 5 +- webapps/docs/changelog.xml | 6 +- 8 files changed, 298 insertions(+), 98 deletions(-) create mode 100644 java/org/apache/tomcat/util/compat/Jre12Compat.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org