Author: kkolinko
Date: Wed Jun  2 18:16:13 2010
New Revision: 950704

URL: http://svn.apache.org/viewvc?rev=950704&view=rev
Log:
votes and proposal

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=950704&r1=950703&r2=950704&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Jun  2 18:16:13 2010
@@ -157,18 +157,27 @@ PATCHES PROPOSED TO BACKPORT:
   https://issues.apache.org/bugzilla/attachment.cgi?id=25266
   +1: markt
   -1: 
+  kkolinko: I updated the above patch to use explicit encoding when
+  creating the writer:
+  https://issues.apache.org/bugzilla/attachment.cgi?id=25510
+  +1: kkolinko
+  -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49196
   Avoid NPE in PageContext.getErrorData()
   http://svn.apache.org/viewvc?rev=948057&view=rev
-  +1: markt
+  +1: markt, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49343
   When ChannelException is thrown, remove listener from channel.
   http://svn.apache.org/viewvc?view=revision&revision=948402
-  +1: kfujino
+  +1: kfujino, kkolinko
   -1: 
+   kkolinko:
+    Maybe "this.channel.removeChannelListener(this.rpcChannel);" call
+    has to be replaced with "this.rpcChannel.breakdown();"
+
 
 * 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

Reply via email to