DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27756>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27756

Small Improve to UnixFTPEntryParser

           Summary: Small Improve to UnixFTPEntryParser
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Net
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have had to change the line 
        + "((\\d\\d\\d\\d)|((?:[01 ]\\d)|(?:2[0123])):([012345]\\d))\\s"
to
        + "((\\d\\d\\d\\d)|((?:[01 ]\\d)|(?:2[0123])):([012345]\\d))\\s+"

(notice the + at the end !!!)

I dont know why and for what server this was (it is to long back) - so maybe you
might mark this RFE as invalid, however, this is not a big change and make this
more robust agains whitespace.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to