Author: kkolinko
Date: Mon Jun  7 16:24:35 2010
New Revision: 952319

URL: http://svn.apache.org/viewvc?rev=952319&view=rev
Log:
Correct description of a proposal

Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=952319&r1=952318&r2=952319&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Mon Jun  7 16:24:35 2010
@@ -55,8 +55,8 @@ PATCHES PROPOSED TO BACKPORT:
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48843#c8
-  Prevent possible deadlocks in AprEndpoint.Poller and AprEndpoint.Sendfile,
-  caused by missing Object.notify() wakeup,
+  Fix handling the add queue in AprEndpoint.Poller and AprEndpoint.Sendfile.
+  Do not miss Object.notify() wakeup.
   https://issues.apache.org/bugzilla/attachment.cgi?id=25529
   (Easier to review if you ignore whitespaces during the diff)
   +1: kkolinko, rjung

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=952319&r1=952318&r2=952319&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Jun  7 16:24:35 2010
@@ -140,9 +140,9 @@ PATCHES PROPOSED TO BACKPORT:
    of "long time".
    3) I see no way to turn off this feature or filter the output.
 
-* Fix issue that is similar to 
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843
-  Prevent possible deadlocks in AprEndpoint.Poller and AprEndpoint.Sendfile,
-  caused by missing Object.notify() wakeup,
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48843#c8
+  Fix handling the add queue in AprEndpoint.Poller and AprEndpoint.Sendfile.
+  Do not miss Object.notify() wakeup.
   http://svn.apache.org/viewvc?rev=950851&view=rev
   (Easier to review if you ignore whitespaces during the diff)
   +1: kkolinko, kfujino



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to