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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org