Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 94512 invoked from network); 12 Dec 2010 00:18:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Dec 2010 00:18:04 -0000 Received: (qmail 4440 invoked by uid 500); 12 Dec 2010 00:18:03 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 4283 invoked by uid 500); 12 Dec 2010 00:18:03 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 4274 invoked by uid 99); 12 Dec 2010 00:18:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Dec 2010 00:18:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sylvain.laurent@gmail.com designates 74.125.82.41 as permitted sender) Received: from [74.125.82.41] (HELO mail-ww0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Dec 2010 00:17:54 +0000 Received: by wwi18 with SMTP id 18so2398617wwi.0 for ; Sat, 11 Dec 2010 16:17:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=tboi4TEJ4OrJT4O1rlpj3R980IV1byK4c2QXAvXCWpM=; b=I7lO8tI03qTGFjGnPujCWVg0A3DLXRcvPOqxAwCaBQT9gb7xhTx/JpsFbRcopBzGFh /YsLWHcBo/9XU49KV6pDp2wA3Dtp4WeGDTfoinz2pK0z5snWoN/CPwkpEJLkPRDOwu3X cqlG1H4ssYUjwUJSNhBPeO78hpGTjw1/sZp7c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=Qun5mTaSOHUvvuzNAcjOGO8Wd3xZ8hmHiyZgLx7GxoImrgOsF1aBvakF05RZijhTy7 JwGdVKDoWzY5mMzYXo1Naq8Zpazp/7cefVCOvjU48RGVySSraDKlugN3+eEOyvP4ghi8 buaenQMZWToxDnFWxEp54oEHfCvVpgI32t1LQ= Received: by 10.216.19.66 with SMTP id m44mr2556369wem.86.1292113054376; Sat, 11 Dec 2010 16:17:34 -0800 (PST) Received: from [10.0.0.3] (84-74-30-24.dclient.hispeed.ch [84.74.30.24]) by mx.google.com with ESMTPS id o51sm2298253wes.39.2010.12.11.16.17.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 11 Dec 2010 16:17:33 -0800 (PST) Sender: Sylvain Laurent Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: svn commit: r1044746 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java From: Sylvain Laurent In-Reply-To: <4D0413B5.8050207@apache.org> Date: Sun, 12 Dec 2010 01:17:32 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <558FF38E-38BB-471F-B360-B17F4F4429A7@m4x.org> References: <20101212001040.33BA62388903@eris.apache.org> <4D0413B5.8050207@apache.org> To: "Tomcat Developers List" X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org oops, I just forgot a dot and a new line... fixed in rev 1044747. On 12 d=E9c. 2010, at 01:13, Mark Thomas wrote: > On 12/12/2010 00:10, slaurent@apache.org wrote: >> Author: slaurent >> Date: Sun Dec 12 00:10:39 2010 >> New Revision: 1044746 >>=20 >> @@ -4862,10 +4862,10 @@ public class StandardContext extends Con >> if ((loader !=3D null) && (loader instanceof = Lifecycle)) >> ((Lifecycle) loader).start(); >>=20 >> - // 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 =3D bindThread(); >=20 > That new comment doesn't look right. The class loader is not created = by > calling unbindThread and bindThread in a row. >=20 > Mark >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org