
| Key: |
NET-199
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Duplicate
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
alex
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
jdk1.5.0_07
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
NET-188
FTPClient#listFiles returns null element when file's timestamp is "02/29"
|
|
|
|
|
|
|
|
| Resolution Date: |
08/Mar/08 07:21 PM
|
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
|
|
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 |
Show » |
| There are no comments yet on this issue.
|
|