You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2009/05/27 05:57:19 UTC

svn commit: r778985 - /tomcat/current/tc5.5.x/STATUS.txt

Author: kkolinko
Date: Wed May 27 03:57:18 2009
New Revision: 778985

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

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=778985&r1=778984&r2=778985&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Wed May 27 03:57:18 2009
@@ -28,7 +28,7 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45880
   More careful use of File /r and and NOTICE file
   http://people.apache.org/~markt/patches/2008-09-24-bug45880.patch
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1: 
   rjung: Please add NOTICE to the uninstall section of the nsi file as well.
 
@@ -36,24 +36,35 @@
   Don't use xml parser from web-app to process tld files
   http://svn.apache.org/viewvc?rev=701355&view=rev
   +1: markt, rjung
-  -1: 
+  -1: kkolinko: (good in general, but the following:
+    TldConfig.init():
+            setTldValidation(context.getTldValidation());
+            setTldNamespaceAware(context.getTldNamespaceAware());
+         etc.
+
+    - a static tldDigester is initialized using values provided
+    by some Context and its parent Host. Results will vary depending
+    on the startup order of web apps.
+
+    This issue also affects tc6.0.x and trunk.
+  )
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45996
   Add Accept-Range header to DefaultServlet response
   http://svn.apache.org/viewvc?rev=696408&view=rev
-  +1: mark, rjung
+  +1: mark, rjung, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46105
   Correctly set URI encoding when replaying a request after FORM auth
   http://svn.apache.org/viewvc?rev=709294&view=rev
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46408
   Correct potential invalid cast
   http://svn.apache.org/viewvc?rev=728032&view=rev
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=36923
@@ -68,8 +79,9 @@
   Handle logging errors during undeployment triggered by deleting the base
   directory
   https://issues.apache.org/bugzilla/attachment.cgi?id=23069
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1: 
+  kkolinko: I would like to see bug number in Java comment there.
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37458
   Correct sync issue that leads to NPE in rare circumstances
@@ -81,19 +93,19 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37515
   Add options for 1.6 and 1.7 source and target to JDT compiler
   http://svn.apache.org/viewvc?rev=731773&view=rev
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1: 
 
 * Lock contention during cookie creation, implementation is single threaded
   http://people.apache.org/~fhanik/tomcat/datetool-lock-contention.patch
   This patch realizes that DateFormat is not thread safe, but uses them without the need for synchronization using thread locals
-  +1: fhanik, markt
+  +1: fhanik, markt, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46606
   Make max depth configurable for WebDAV servlet
   http://svn.apache.org/viewvc?rev=740635&view=rev
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38197
@@ -111,7 +123,7 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38553
   Return 401 rather than 400 if client presents no certs for CLIENT-CERT auth
   http://svn.apache.org/viewvc?rev=740684&view=rev
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38570
@@ -176,14 +188,14 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46982
   Correct report DST offset in access logs
   http://svn.apache.org/viewvc?rev=763166&view=rev
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46509
   Use correct link on error page in JSP security example
   Patch provided by Michael Moody
   http://svn.apache.org/viewvc?rev=763325&view=rev
-  +1: markt, rjung
+  +1: markt, rjung, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46552



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