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:24:24 UTC

svn commit: r1686977 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Author: kfujino
Date: Tue Jun 23 07:24:23 2015
New Revision: 1686977

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

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

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1686977&r1=1686976&r2=1686977&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Tue Jun 23 07:24:23 2015
@@ -185,6 +185,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