trungPa opened a new pull request #217: URL: https://github.com/apache/commons-io/pull/217
- Fix `FilenameUtils.directoryContains`. Add a file separator to the end of the parent directory to avoid treating files having the same prefix as subdirectories. `directoryContains` will return false when either parent or child is empty. - Explicitly state in the docs that the input paths are expected to be canonical. - Add a new test case for FilenameUtils.directoryContains. - Replace `testIO466` with a new test case to demonstrate the bug (the current `testIO466` will always pass because fooFile doesn't exist) Jira: https://issues.apache.org/jira/browse/IO-727 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
