[
https://issues.apache.org/jira/browse/NET-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated NET-205:
---------------------
Attachment: AllowUnparseableDates.patch
Patch to allow unparseable dates.
Also fixes test suite to check for null date as well as null entry when
checking for failures.
> Allow FTPFile entries to be generated even if date parsing fails
> ----------------------------------------------------------------
>
> Key: NET-205
> URL: https://issues.apache.org/jira/browse/NET-205
> Project: Commons Net
> Issue Type: Improvement
> Reporter: Sebb
> Fix For: 1.5, 2.0
>
> Attachments: AllowUnparseableDates.patch
>
>
> Most of the FTPEntryParser classes return null if date parsing fails.
> This can cause an otherwise good entry to be ignored, when perhaps the only
> problem is that the parsing is faulty.
> The suggestion is to allow such entries to be kept, but with a null date.
> This is already done by the EnterpriseUnixFTPEntryParser.
> Patches to follow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.