You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bryn Davies (JIRA)" <ji...@apache.org> on 2007/09/18 16:49:43 UTC

[jira] Created: (NET-170) UnixFTPEntryParser does not handle file owner names with spaces

UnixFTPEntryParser does not handle file owner names with spaces
---------------------------------------------------------------

                 Key: NET-170
                 URL: https://issues.apache.org/jira/browse/NET-170
             Project: Commons Net
          Issue Type: Bug
    Affects Versions: 1.4
         Environment: observed in v1.4.0 but also affects latest dev version as well
windows xp / jboss 4.0.4.GA  connecting to Novell Netware FTP server
            Reporter: Bryn Davies


The regex in UnixFTPEntryParser does not cope with the situation where the file owner name contains spaces. A patch was previously submitted to fix group names with spaces but a similar bug also affects the owner name. As a result, a call to FTPClient.listFiles() returns a FTPFile[] which does not contain entries for affected files.

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


[jira] Closed: (NET-170) UnixFTPEntryParser does not handle file owner names with spaces

Posted by "Rory Winston (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rory Winston closed NET-170.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

> UnixFTPEntryParser does not handle file owner names with spaces
> ---------------------------------------------------------------
>
>                 Key: NET-170
>                 URL: https://issues.apache.org/jira/browse/NET-170
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 1.4
>         Environment: observed in v1.4.0 but also affects latest dev version as well
> windows xp / jboss 4.0.4.GA  connecting to Novell Netware FTP server
>            Reporter: Bryn Davies
>             Fix For: 2.0
>
>
> The regex in UnixFTPEntryParser does not cope with the situation where the file owner name contains spaces. A patch was previously submitted to fix group names with spaces but a similar bug also affects the owner name. As a result, a call to FTPClient.listFiles() returns a FTPFile[] which does not contain entries for affected files.

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