Author: kkolinko
Date: Fri Mar 12 15:41:55 2010
New Revision: 922300

URL: http://svn.apache.org/viewvc?rev=922300&view=rev
Log:
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=922300&r1=922299&r2=922300&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Fri Mar 12 15:41:55 2010
@@ -56,6 +56,13 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   -1:
 
+  The same as above, but
+  - moves resolveClass() call outside the sync block
+  - does not access entry.loadedClass unless we are in a sync block
+  http://people.apache.org/~kkolinko/patches/2010-03-12_tc55_bug44041.patch
+  +1: kkolinko
+  -1:
+
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47878
   Return 404's rather than a permanent 500 if a JSP is deleted
   Make sure first response port deletion is correct

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=922300&r1=922299&r2=922300&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Mar 12 15:41:55 2010
@@ -195,3 +195,15 @@ PATCHES PROPOSED TO BACKPORT:
   http://svn.apache.org/viewvc?rev=922010&view=rev
   +1: markt
   -1: 
+
+* Followup to BZ 44041/48694 patches
+  - moves resolveClass() call outside the sync block
+  - does not access entry.loadedClass unless we are in a sync block
+  This is proposed as a part of alternative BZ 44041 patch for TC 5.5
+  FIXME: have not yet applied it to trunk
+  http://people.apache.org/~kkolinko/patches/2010-03-12_tc6_bug44041.patch
+  (svn diff -x -w  variant of it, ignoring whitespace changes:
+   http://people.apache.org/~kkolinko/patches/2010-03-12_tc6_bug44041_x_w.patch
+  )
+  +1: kkolinko
+  -1:



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

Reply via email to