You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/04/14 19:13:17 UTC

svn commit: r764884 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

Author: markt
Date: Tue Apr 14 17:13:16 2009
New Revision: 764884

URL: http://svn.apache.org/viewvc?rev=764884&view=rev
Log:
Add a TODO to review the synchronisation around background processing

Modified:
    tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java?rev=764884&r1=764883&r2=764884&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Tue Apr 14 17:13:16 2009
@@ -115,7 +115,9 @@
  * </table>
  * Subclasses that fire additional events should document them in the
  * class comments of the implementation class.
- *
+ * 
+ * TODO: Review synchronisation around background processing. See bug 47024. 
+ * 
  * @author Craig R. McClanahan
  */
 



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


Re: svn commit: r764884 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

Posted by Remy Maucherat <re...@apache.org>.
On Tue, 2009-04-14 at 17:13 +0000, markt@apache.org wrote:
> Author: markt
> Date: Tue Apr 14 17:13:16 2009
> New Revision: 764884
> 
> URL: http://svn.apache.org/viewvc?rev=764884&view=rev
> Log:
> Add a TODO to review the synchronisation around background processing

Ok, so I get two more email messages about this "issue". Please don't
use Tomcat's source as a notebook for nonsense, thanks, it is already in
BZ.

Rémy



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