From: markt Date: Wed, 15 Sep 2010 13:26:12 +0000 (+0000) Subject: Update changelog X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=db894a82722585a0d82552e9698c69825812316a;p=tomcat7.0 Update changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@997323 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/jdbc-pool/doc/changelog.xml b/modules/jdbc-pool/doc/changelog.xml index eeb4aa4c2..d7401a7e6 100644 --- a/modules/jdbc-pool/doc/changelog.xml +++ b/modules/jdbc-pool/doc/changelog.xml @@ -31,6 +31,9 @@
+ 997321 Ensure threads borrowing connections do not + get stuck waiting for a new connection if a connection is released in + another thread. (markt) 995432 Make interceptor class names, property names and property values tolerant of whitespace by trimming the values before use. (markt)