Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 50150 invoked from network); 1 Apr 2010 13:21:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 13:21:43 -0000 Received: (qmail 46182 invoked by uid 500); 1 Apr 2010 13:21:42 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 46133 invoked by uid 500); 1 Apr 2010 13:21:42 -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 46124 invoked by uid 99); 1 Apr 2010 13:21:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 13:21:42 +0000 X-ASF-Spam-Status: No, hits=-0.2 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.151] (HELO smtp6.freeserve.com) (193.252.22.151) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 13:21:34 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3539.me.freeserve.com (SMTP Server) with ESMTP id BC9801C000A6 for ; Thu, 1 Apr 2010 15:21:12 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3539.me.freeserve.com (SMTP Server) with ESMTP id A7D8B1C000A5 for ; Thu, 1 Apr 2010 15:21:12 +0200 (CEST) Received: from mail.homeinbox.net (unknown [91.109.166.209]) by mwinf3539.me.freeserve.com (SMTP Server) with ESMTP id 64A2E1C000A6 for ; Thu, 1 Apr 2010 15:21:12 +0200 (CEST) X-ME-UUID: 20100401132112412.64A2E1C000A6@mwinf3539.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id EB211320B2 for ; Thu, 1 Apr 2010 14:21:11 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SHnpSprLlGEz for ; Thu, 1 Apr 2010 14:21:08 +0100 (BST) Received: from [192.168.0.9] (study03.dev.local [192.168.0.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id A96EE320B1 for ; Thu, 1 Apr 2010 14:21:08 +0100 (BST) Message-ID: <4BB49DC0.3060700@apache.org> Date: Thu, 01 Apr 2010 14:21:04 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: svn commit: r929958 - /tomcat/tc5.5.x/trunk/STATUS.txt References: <20100401131635.B09A423888EC@eris.apache.org> In-Reply-To: <20100401131635.B09A423888EC@eris.apache.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 01/04/2010 14:16, kkolinko@apache.org wrote: > Author: kkolinko > Date: Thu Apr 1 13:16:35 2010 > New Revision: 929958 > > URL: http://svn.apache.org/viewvc?rev=929958&view=rev > Log: > vote > > Modified: > tomcat/tc5.5.x/trunk/STATUS.txt > > Modified: tomcat/tc5.5.x/trunk/STATUS.txt > URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=929958&r1=929957&r2=929958&view=diff > ============================================================================== > --- tomcat/tc5.5.x/trunk/STATUS.txt (original) > +++ tomcat/tc5.5.x/trunk/STATUS.txt Thu Apr 1 13:16:35 2010 > @@ -152,4 +152,9 @@ PATCHES PROPOSED TO BACKPORT: > CATALINA_HOME so any issues will be visible then. > Patch provided by mdietze > +1: markt > + 0: kkolinko: When CDPATH is set, it creates an ambiguity in behaviour of > + "cd". That is why there is output there. > + By the way, the patch that you are proposing is probably the following > + (there is no link above): > + http://svn.apache.org/viewvc?rev=928732&view=rev The user may actually want the behaviour triggered by setting CDPATH hence why I opted to swallow the output rather than unset it. If the behaviour is unexpected, the display of CATALINA_HOME will at least show what is going on. That said, I had a hard time coming up with a use case where this was even an issue, let alone one where setting CDPATH was useful. If this doesn't gather enough votes then I'd be content with a WONTFIX resolution. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org