oops, I just forgot a dot and a new line... fixed in rev 1044747.

On 12 déc. 2010, at 01:13, Mark Thomas wrote:

> On 12/12/2010 00:10, slaur...@apache.org wrote:
>> Author: slaurent
>> Date: Sun Dec 12 00:10:39 2010
>> New Revision: 1044746
>> 
>> @@ -4862,10 +4862,10 @@ public class StandardContext extends Con
>>                 if ((loader != null) && (loader instanceof Lifecycle))
>>                     ((Lifecycle) loader).start();
>> 
>> -                // Unbinding thread
>> +                // since the loader just started, the webapp classloader is 
>> now
>> +                // created by calling unbindThread and bindThread in a row, 
>> we
>> +                // setup the current Thread CCL to be the webapp classloader
>>                 unbindThread(oldCCL);
>> -
>> -                // Binding thread
>>                 oldCCL = bindThread();
> 
> That new comment doesn't look right. The class loader is not created by
> calling unbindThread and bindThread in a row.
> 
> Mark
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


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

Reply via email to