From 474a10ef109ce2c40eb5769a7f31f9e801e60261 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Thu, 14 Jul 2011 09:58:31 +0000 Subject: [PATCH] Corrected typo in the value of tomcat.util.scan.DefaultJarScanner.jarsToSkip property git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1146623 13f79535-47bb-0310-9956-ffa450edef68 --- conf/catalina.properties | 2 +- webapps/docs/changelog.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/conf/catalina.properties b/conf/catalina.properties index dc28bd9e7..e00d277c5 100644 --- a/conf/catalina.properties +++ b/conf/catalina.properties @@ -93,7 +93,7 @@ jasper.jar,jasper-el.jar,ecj-*.jar,\ tomcat-api.jar,tomcat-util.jar,tomcat-coyote.jar,tomcat-dbcp.jar,\ tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,\ tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,\ -tomcat-jdbc.jar\ +tomcat-jdbc.jar,\ commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,\ commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,\ commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,\ diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index f2e61b3b6..5017d221f 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -53,6 +53,18 @@ They eventually become mixed with the numbered issues. (I.e., numbered issues to not "pop up" wrt. others). --> +
+ + + + Corrected missing comma in the value of jarsToSkip + property in conf/catalina.properties file, which + caused tomcat-jdbc.jar and commons-beanutils*.jar to be not + ignored when scanning jars for tag libraries. (kkolinko) + + + +
-- 2.11.0