This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 7c562949a8 Exclude tomcat-coyote-ffm.jar from JAR scanning 7c562949a8 is described below commit 7c562949a8541902b9838edcaba5be0f1f5fa028 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 ea1b3c119d..810ecec6fa 100644 --- a/conf/catalina.properties +++ b/conf/catalina.properties @@ -159,6 +159,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 0f2f6be2d0..67c2fdbe6a 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 11.0.0-M25 (markt)" 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 11.0.0-M24 (markt)" rtext="release in progress"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org