Author: markt
Date: Thu Nov 5 22:47:52 2009
New Revision: 833223
URL: http://svn.apache.org/viewvc?rev=833223&view=rev
Log:
Update proposal
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=833223&r1=833222&r2=833223&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Nov 5 22:47:52 2009
@@ -144,15 +144,11 @@
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44041
Threading issue in classloading. Adds a sync so please check performance
- http://svn.apache.org/viewvc?rev=805182&view=rev
- +1: markt, funkman
- 0: jim
- -1: fhanik, I would say a thread safe, yet concurrent implementation would do
- synchronized (className.intern()) {
- //perform class loading
- }
- instead of synchronizing the entire method and hence only allowing class
loading one class at a time
-
+ Updated to use Filip's suggestion
+ http://people.apache.org/~markt/patches/2009-11-05-bug44041.patch
+ +1: markt, fhanik
+ -1:
+
* Allow per instance configuration of JULI or log4j for core Tomcat logging
This requires the classpath change above
http://svn.apache.org/viewvc?rev=810976&view=rev
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]