Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 97105 invoked from network); 24 May 2006 14:07:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 14:07:34 -0000 Received: (qmail 56942 invoked by uid 500); 24 May 2006 14:07:30 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 56573 invoked by uid 500); 24 May 2006 14:07:29 -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 56560 invoked by uid 99); 24 May 2006 14:07:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 07:07:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of yoavshapira@gmail.com designates 64.233.184.239 as permitted sender) Received: from [64.233.184.239] (HELO wr-out-0506.google.com) (64.233.184.239) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 07:07:28 -0700 Received: by wr-out-0506.google.com with SMTP id 55so1524310wri for ; Wed, 24 May 2006 07:07:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=GHieMHvhWhgakGDZWxlD+stCam4//BY7Oxoo5uKiMtKdp8D1vEIAwKgky5yYsukQQTb0LFbU7XoP0+1OqGya9ECZYh8xF1Cdfp/d1vtO4kDQVvFBDRxflCyZBgnQdVz2rsVF6jQSaPeczylV8DiDzz/b3YNqMkWGPCGRb5U/D5E= Received: by 10.65.97.16 with SMTP id z16mr930990qbl; Wed, 24 May 2006 07:07:07 -0700 (PDT) Received: by 10.65.181.12 with HTTP; Wed, 24 May 2006 07:07:07 -0700 (PDT) Message-ID: Date: Wed, 24 May 2006 10:07:07 -0400 From: "Yoav Shapira" Sender: yoavshapira@gmail.com To: "Tomcat Developers List" Subject: Re: URLStreamHandler and ContentHandler In-Reply-To: <44746355.1000600@unil.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <447459E8.3040403@unil.ch> <44746355.1000600@unil.ch> X-Google-Sender-Auth: dce490f2bf4ab9bf X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hola, > > Mmm, I'd hate having endorsed classes depend on commons-logging ;( > > Could you expand this thought? It's a simple thought, like I said, shooting from the hip. Commons-Logging has an unfortunate history (http://www.qos.ch/logging/thinkAgain.jsp), and the deeper / higher it is on the classpath, the worse the potential. It doesn't get much deeper on the classpath than the endorsed repository, so putting commons-logging there made me instinctively cringe a bit. Now, commons-logging has been getting better with time, and I give credit to its maintainers for this, but there are some fundamental classloading issues at play here... Yoav --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org