This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 90fcf10974 Change default for archiveIndexStrategy to bloom to improve performance new dd41db0f05 Fix typo new b2141dc2f1 Fix bloom filter index for JARs in packed WARs 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: .../webresources/AbstractArchiveResourceSet.java | 8 +- .../apache/catalina/webresources/JarContents.java | 96 +++++++++++++--------- .../catalina/webresources/JarWarResourceSet.java | 24 ++++++ .../webresources/TomcatJarInputStream.java | 2 +- webapps/docs/changelog.xml | 4 + 5 files changed, 90 insertions(+), 44 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org