Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 72768 invoked from network); 31 Aug 2004 06:38:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Aug 2004 06:38:57 -0000 Received: (qmail 90011 invoked by uid 500); 31 Aug 2004 06:38:52 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 89910 invoked by uid 500); 31 Aug 2004 06:38:50 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 89890 invoked by uid 99); 31 Aug 2004 06:38:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [66.111.0.243] (HELO confixx.bestiole.ch) (66.111.0.243) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 30 Aug 2004 23:38:50 -0700 Received: from [192.168.1.34] (lsn-boi-catv-c126-p138.vtx.ch [212.147.126.138]) by confixx.bestiole.ch (8.11.6/8.11.6) with ESMTP id i7V6ci529626 for ; Tue, 31 Aug 2004 08:38:44 +0200 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <200408310632.i7V6Wb528063@confixx.bestiole.ch> References: <200408310632.i7V6Wb528063@confixx.bestiole.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <66CC2D03-FB18-11D8-8CA0-000A95AF004E@apache.org> Content-Transfer-Encoding: quoted-printable From: Bertrand Delacretaz Subject: Re: [Proposal] Add pass-through capability to mounted pipelines Date: Tue, 31 Aug 2004 08:38:42 +0200 To: dev@cocoon.apache.org X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Le 31 ao=FBt 04, =E0 08:33, Carsten Ziegeler a =E9crit : > David Crossley wrote: > >> +1 for the ability to return for subsequent processing. >> I like the explicit name "return-no-match". >> The default should ideally be true, but does that sit okay >> with back-compatibility? >> > No :) The default should be "false". +1, the current behaviour should be the default > I'm not a native speaker (obviously) and don't want to be *too* picky, > but "return-no-match" sounds a little bit wrong to me. > I think something like "return-on-no-match" or so would > be better, no? Agreed, or even "continue-if-no-match". A bit verbose, but Nicola says in his proposal "...make it possible for=20= mounts not to necessarily halt processing if no match is found" which=20 translates in my (simple ;-) mind to "optionally continue processing if=20= no match is found". But it's so hard to agree on names, whoever does the implementation=20 gets to decide ;-) -Bertrand