Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
1.4
-
None
-
None
-
None
-
jdk1.5.0_07
Description
The method FTPClient.listFiles will returns a list of FTPFile, but it contains 'null' element if there are files on FTP server that are created at Feb.29.
In fact I'm not sure whether it is a bug of .net api, since I have traced the call stack, as a result, it shows the problem happens when FTPListParsedEngine.readServerList is called and then finally GregorianCalender.computeTime is called, that method raised IllegalArgumentException. Can you verify this issue? Thanks.
Best regards,
Alex
Attachments
Issue Links
- duplicates
-
NET-188 FTPClient#listFiles returns null element when file's timestamp is "02/29"
- Closed