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 f1553cf63a Exclude tomcat-coyote-ffm.jar from JAR scanning
f1553cf63a is described below
commit f1553cf63aec43a08f215dd4bef9ef4db71fcec7
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Aug 6 09:01:02 2024 +0100
Exclude tomcat-coyote-ffm.jar from JAR scanning
---
conf/catalina.properties | 1 +
webapps/docs/changelog.xml | 10 +++++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/conf/catalina.properties b/conf/catalina.properties
index edf1a909b6..def5959349 100644
--- a/conf/catalina.properties
+++ b/conf/catalina.properties
@@ -179,6 +179,7 @@ taglibs-standard-spec-*.jar,\
tagsoup-*.jar,\
tomcat-api.jar,\
tomcat-coyote.jar,\
+tomcat-coyote-ffm.jar,\
tomcat-dbcp.jar,\
tomcat-i18n-*.jar,\
tomcat-jdbc.jar,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 501b1787b0..39cfaeb57c 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,15 @@
They eventually become mixed with the numbered issues (i.e., numbered
issues do not "pop up" wrt. others).
-->
-<section name="Tomcat 10.1.29 (schultz)" rtext="release in progress">
+<section name="Tomcat 10.1.29 (schultz)" rtext="in development">
+ <subsection name="Other">
+ <changelog>
+ <add>
+ Exclude the <code>tomcat-coyote-ffm.jar</code> from JAR sacnning by
+ default. (markt)
+ </add>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 10.1.28 (schultz)" rtext="release in progress">
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]