This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new c60499906b Add OpenSSL index files to list of know test file extensions
c60499906b is described below
commit c60499906b8b76a725f0de10e651daf52ccb90ea
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 20 15:00:07 2026 +0000
Add OpenSSL index files to list of know test file extensions
This should fix a cross-platform build reproducibility issue reported
against 11.0.16.
---
build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml
index ba14bec40a..262ea93c08 100644
--- a/build.xml
+++ b/build.xml
@@ -318,10 +318,12 @@
<include
name="**/jakarta.websocket.server.ServerEndpointConfig$Configurator"/>
<include name="**/.gitignore"/>
<include name="**/*-password"/>
+ <include name="**/*.attr"/>
<include name="**/*.bnd"/>
<include name="**/*.classpath"/>
<include name="**/*.conf"/>
<include name="**/*.css"/>
+ <include name="**/*.db"/>
<include name="**/*.dtd"/>
<include name="**/*.editorconfig"/>
<include name="**/*.h"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]