dsmiley opened a new pull request, #728: URL: https://github.com/apache/commons-io/pull/728
span FileSystem. https://issues.apache.org/jira/browse/IO-870 > PathUtils.copyFileToDirectory is a simple method calling Files.copy, the latter of which supports cross-FileSystem copy. But copyFileToDirectory gets the file name from the source as a Path and then resolves this against the target, which is invalid. It needs to get the string form of the source file name. This problem was encountered in Apache Solr which uses Apache Lucene's extensive test infrastructure, including custom FileSystem impls that emulate various behaviors to help tests see things that some users might experience. -- 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: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org