Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 30402 invoked from network); 26 Feb 2008 01:26:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 01:26:53 -0000 Received: (qmail 91495 invoked by uid 500); 26 Feb 2008 01:26:46 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 91434 invoked by uid 500); 26 Feb 2008 01:26:46 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 91425 invoked by uid 99); 26 Feb 2008 01:26:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2008 17:26:46 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 01:26:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E8FA29A0013 for ; Mon, 25 Feb 2008 17:25:51 -0800 (PST) Message-ID: <1076541181.1203989151189.JavaMail.jira@brutus> Date: Mon, 25 Feb 2008 17:25:51 -0800 (PST) From: "Andrew Franklin (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (VFS-199) Http/Https listChildren browse support In-Reply-To: <868936829.1203988911420.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/VFS-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Franklin updated VFS-199: -------------------------------- Attachment: VFS-199.patch Attached patch for HttpFileObject listChildren support. > Http/Https listChildren browse support > -------------------------------------- > > Key: VFS-199 > URL: https://issues.apache.org/jira/browse/VFS-199 > Project: Commons VFS > Issue Type: New Feature > Affects Versions: 1.1 > Reporter: Andrew Franklin > Attachments: VFS-199.patch > > > I think this was lodged at some time ago as VFS-79: http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg83701.html. > Essentially the ability to browse http via the directory listing structure is reasonably important for a number of use cases. > Mario noted in that previous bug that the parsing of the html isn't necessarily trivial but I've submitted a patch that meets my requirements. The patch uses java regular expressions which has the requirement of JVM > 1.4. Submitting in the hope that other users will find it useful and maybe we'll be able to tidy it to the point where it can be integrated into the vfs mainline. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.