You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Martin Oberhuber (JIRA)" <ji...@apache.org> on 2008/03/16 14:40:24 UTC

[jira] Updated: (NET-201) UnixFTPEntryParser does not handle character/block special devices properly

     [ https://issues.apache.org/jira/browse/NET-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Oberhuber updated NET-201:
---------------------------------

    Attachment: FTPParse_specialDevices.patch

Attached patch + unittests.
May I vote for this to be applied for the upcoming 1.5 release?

> UnixFTPEntryParser does not handle character/block special devices properly
> ---------------------------------------------------------------------------
>
>                 Key: NET-201
>                 URL: https://issues.apache.org/jira/browse/NET-201
>             Project: Commons Net
>          Issue Type: Bug
>            Reporter: Sebb
>         Attachments: FTPParse_specialDevices.patch
>
>
> The following is a valid entry from a FreeBSD system:
>       crw-r-----  1 root      kmem        0,  27 Jan 30 11:42 kmem
> This causes a parse error, because the regular expression does not allow for the major and minor device numbers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.