From: markt Date: Mon, 27 Sep 2010 22:31:03 +0000 (+0000) Subject: Update X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c79dba6d5af2238d628c926dea308b5db55897c8;p=tomcat7.0 Update git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1001941 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index a21559981..e870dabf1 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -39,6 +39,10 @@
+ + 48644: Review all instances of catching Throwable and + re-throw where appropriate. (markt) + Allow glob patterns in the jarsToSkip configuration and add some debug logging to the jar scanner. (rjung)