Author: markt Date: Fri Jun 25 09:02:48 2010 New Revision: 957853 URL: http://svn.apache.org/viewvc?rev=957853&view=rev Log: Update changelog
Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=957853&r1=957852&r2=957853&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Fri Jun 25 09:02:48 2010 @@ -58,7 +58,13 @@ <fix> <bug>49230</bug>: Enhance JRE leak prevention listener with protection for the keep-alive thread started by - <code>sun.net.www.http.HttpClient</code>. Patch provided by Rob Kooper. + <code>sun.net.www.http.HttpClient</code>. Based on a patch provided by + Rob Kooper. (markt) + </fix> + <fix> + <bug>49414</bug>: 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) </fix> </changelog> @@ -111,6 +117,11 @@ Better handle failure to create directories required for new hosts in the Host Manager application. (markt) </fix> + <fix> + 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. + </fix> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org