You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Andrew Franklin (JIRA)" <ji...@apache.org> on 2008/02/26 02:21:51 UTC

[jira] Created: (VFS-199) Http/Https listChildren browse 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


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.


[jira] Updated: (VFS-199) Http/Https listChildren browse support

Posted by "Andrew Franklin (JIRA)" <ji...@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.