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 7b17ab3278 Treat new test password files as text files for line-endings
7b17ab3278 is described below
commit 7b17ab3278631d3b3258bfb376fdbae86a9c8f57
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Oct 10 17:15:45 2025 +0100
Treat new test password files as text files for line-endings
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index bf6e35c7f8..f5f8f346b5 100644
--- a/build.xml
+++ b/build.xml
@@ -317,6 +317,7 @@
<include name="**/jakarta.websocket.ContainerProvider"/>
<include
name="**/jakarta.websocket.server.ServerEndpointConfig$Configurator"/>
<include name="**/.gitignore"/>
+ <include name="**/*-password"/>
<include name="**/*.bnd"/>
<include name="**/*.classpath"/>
<include name="**/*.conf"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]