lukewpc opened a new pull request #238: URL: https://github.com/apache/commons-vfs/pull/238
[VFS-814](https://issues.apache.org/jira/browse/VFS-814) FtpFileObject.getTimestampMillis stores last modification time using FTPFile.setTimestamp. doDetach() nulls out the underling FTPFile, but doesn't set mdtmSet = false this means later calls to FtpFileObject.getTimestampMillis fail to refresh mdtm and default to LIST timestamp. --- Not sure what kind of testing you require for a patch this small? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
