From: markt Date: Fri, 25 Jun 2010 09:02:48 +0000 (+0000) Subject: Update changelog X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e8bb52cb4bc994095848a802e8f8f28cd20a7659;p=tomcat7.0 Update changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@957853 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index c447f52d3..07d02f5f2 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -58,7 +58,13 @@ 49230: Enhance JRE leak prevention listener with protection for the keep-alive thread started by - sun.net.www.http.HttpClient. Patch provided by Rob Kooper. + sun.net.www.http.HttpClient. Based on a patch provided by + Rob Kooper. (markt) + + + 49414: When reporting threads that may have triggered a + memory leak on web application stop, attempt to differentiate between + request processing threads and threads started by the application. (markt) @@ -111,6 +117,11 @@ Better handle failure to create directories required for new hosts in the Host Manager application. (markt) + + Switch the Host Manager application to the generic CSRF protection for + the HTML interface and prevent started hosts from being started and + stopped hosts from being stopped. +