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