Author: rjung
Date: Wed Mar 25 14:06:07 2009
New Revision: 758264

URL: http://svn.apache.org/viewvc?rev=758264&view=rev
Log:
Clarify a comment and fix a revision number.

Modified:
    tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=758264&r1=758263&r2=758264&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Wed Mar 25 14:06:07 2009
@@ -143,11 +143,11 @@
   This patch realizes that DateFormat is not thread safe, but uses them 
without the need for synchronization using thread locals
   +1: fhanik
   -1: 
-  rjung: http://svn.apache.org/viewvc?rev=709294&view=rev above seems
+  rjung: http://svn.apache.org/viewvc?rev=708160&view=rev above seems
   to already fix all cases, in which the problematic DateTool code was
   actually used in TC 5.5.x.
-  rjung: How does a static thread local work (lifecycle)?
-  Is it lazily initialized for each thread when it starts using the class?
+  Either we should use Mark's patch (removing DateTool) or yours
+  (making DateTool performing better).
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46606
   Make max depth configurable for WebDAV servlet



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

Reply via email to