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 2010/03/16 04:49:08 UTC

svn commit: r923571 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: kkolinko
Date: Tue Mar 16 03:49:08 2010
New Revision: 923571

URL: http://svn.apache.org/viewvc?rev=923571&view=rev
Log:
vote and proposals

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=923571&r1=923570&r2=923571&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Mar 16 03:49:08 2010
@@ -155,7 +155,7 @@ PATCHES PROPOSED TO BACKPORT:
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48701
-  Tag account of TagVariableInfo when implementing the rules of JSP.5.3
+  Take account of TagVariableInfo when implementing the rules of JSP.5.3
   http://people.apache.org/~markt/patches/2010-03-09-bug48701.patch
   +1: markt, kkolinko
   -1: 
@@ -167,11 +167,16 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   -1: 
 
+  I think it can be done more simply:
+  http://people.apache.org/~kkolinko/patches/2010-03-16_tc6_bug48790.patch
+  +1: kkolinko
+  -1:
+
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48793
   Make catalina.sh more robust to different return values on different platforms
   Patch provided by Thomas GL
   http://svn.apache.org/viewvc?rev=921444&view=rev
-  +1: markt
+  +1: markt, kkolinko
   -1: 
 
 * Update to NSIS 2.46
@@ -212,7 +217,14 @@ PATCHES PROPOSED TO BACKPORT:
   Also fixed synchronization issue in JasperLoader, where findClass()
   method was called without proper synchronization.
 
-  FIXME: This patch has not been applied to trunk yet.
+  FIXME: Neither this, nor the alternative patch have been applied to trunk yet.
   http://people.apache.org/~kkolinko/patches/2010-03-15_tc6_bug48903.patch
   +1: kkolinko
   -1:
+
+  Alternative: the same as above, but also adds the third locking policy, "name":
+  use name.intern(). I suspect that is still might be working in some Java
+  implementations or with JRE settings that I mentioned in BZ 48903.
+  http://people.apache.org/~kkolinko/patches/2010-03-15_tc6_bug48903_v2.patch
+  +1: kkolinko
+  -1:



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