UNIXFTPEntryParser doesn't preserve trailing whitespace in files
----------------------------------------------------------------
Key: NET-215
URL: https://issues.apache.org/jira/browse/NET-215
Project: Commons Net
Issue Type: Bug
Affects Versions: 1.4
Reporter: Martin Oberhuber
Priority: Minor
Fix For: 2.0
>From https://bugs.eclipse.org/bugs/show_bug.cgi?id=204740 :
The Commons Net FTP Entry Parsers do not preserve trailing whitespace on file
names. On systems like UNIX that support trailing whitespace, this results in
some invalid entries being parsed.
The bug seems to be in Jakarta Commons Net UnixFTPEntryParser -- in its REGEX,
the last field ("endtoken") is declared
(\\s*.*)
which means any whitespace followed by at least one non-whitespace character.
Which is not the case in case of trailing whitespace.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.