This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new a8de15cdf2 Exclude tomcat-coyote-ffm.jar from JAR scanning
a8de15cdf2 is described below

commit a8de15cdf2774547686ba87622cb83739c01a9d3
Author: Mark Thomas <ma...@apache.org>
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 | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/conf/catalina.properties b/conf/catalina.properties
index 38ce4c1063..c094c3249c 100644
--- a/conf/catalina.properties
+++ b/conf/catalina.properties
@@ -178,6 +178,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 7ac1f3ad1c..918dd90a0b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,14 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 9.0.94 (remm)" 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 9.0.93 (remm)" rtext="release in progress">
   <subsection name="Coyote">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to