Author: kfujino Date: Thu Jun 3 09:43:12 2010 New Revision: 950924 URL: http://svn.apache.org/viewvc?rev=950924&view=rev Log: Additional patch for BZ48971.
Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=950924&r1=950923&r2=950924&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Jun 3 09:43:12 2010 @@ -185,7 +185,13 @@ PATCHES PROPOSED TO BACKPORT: kkolinko: Maybe "this.channel.removeChannelListener(this.rpcChannel);" call has to be replaced with "this.rpcChannel.breakdown();" - + + Additional patch. + "this.channel.removeChannelListener(this.rpcChannel);" call is + replaced with "this.rpcChannel.breakdown();". + http://svn.apache.org/viewvc?view=revision&revision=950922 + +1: kfujino + -1: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 Make stopping of leaking Timer threads optional --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org