You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/03/17 20:23:17 UTC

DO NOT REPLY [Bug 27756] New: - Small Improve to UnixFTPEntryParser

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: commons-dev@jakarta.apache.org
        ReportedBy: mario@ops.co.at


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org