Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 45492 invoked from network); 23 Jun 2004 11:27:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jun 2004 11:27:52 -0000 Received: (qmail 36406 invoked by uid 500); 23 Jun 2004 11:22:29 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 24005 invoked by uid 500); 23 Jun 2004 11:17:36 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 13105 invoked by uid 99); 23 Jun 2004 11:12:48 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [194.152.182.4] (HELO smtp.ops.co.at) (194.152.182.4) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 23 Jun 2004 04:12:48 -0700 Received: by smtp.ops.co.at (Postfix, from userid 65534) id D53A123C0D4; Wed, 23 Jun 2004 13:12:42 +0200 (CEST) Received: from [172.27.1.101] (ts1.int.ops.co.at [172.27.1.101]) by smtp.ops.co.at (Postfix) with ESMTP id D955923C0B0 for ; Wed, 23 Jun 2004 13:12:40 +0200 (CEST) Message-ID: <40D96611.1090301@apache.org> Date: Wed, 23 Jun 2004 13:14:25 +0200 From: Mario Ivankovits User-Agent: Thunderbird 0.6 (Windows/20040502) X-Accept-Language: de-de, de-at, de, en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: [vfs] Adding list children ability to Http provider References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on smtp.ops.co.at X-Spam-Level: X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Eric Pugh wrote: >Does this sound like something that should be >added to HttpFileProvider? > > For sure, this is on the todo list. You are welcome to send a contribution. But instead of using setListChildrenStrategry on the HttpFileProvider, you should use the HttpFileSystemConfigBuilder to pass in the ListChildrenStrategy to the filesystem. That way it is not global for the whole system and it is possible to use different strategies based on the server. If no strategy was set, you could fallback to a default implementation. -- Mario --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org