You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2015/06/23 09:25:01 UTC

svn commit: r1686978 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Author: kfujino
Date: Tue Jun 23 07:25:00 2015
New Revision: 1686978

URL: http://svn.apache.org/r1686978
Log:
Add changelog entry.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1686978&r1=1686977&r2=1686978&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Jun 23 07:25:00 2015
@@ -202,6 +202,12 @@
         Refactoring of the <code>removeOldest</code> method in
         <code>SlowQueryReport</code> to behave as expected. (kfujino)
       </fix>
+      <fix>
+        <bug>57783</bug>: Fix <code>NullPointerException</code> in
+        <code>SlowQueryReport</code>. To avoid this NPE, Refactor
+        <code>SlowQueryReport#removeOldest</code> and handle the abandoned
+        connection properly. (kfujino)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">



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