Description
FilenameUtils.directoryContains() and FileUtils.directoryContains() will return `true` with the following input.
canonicalParent: /path/foo canonicalChild: /path/foobar
There were several issues on this but the problem still remains.
IO-423 didn't do anything.
IO-466 test case added in 676c03 just happened to passed because the input file didn't exist.
Github PR: https://github.com/apache/commons-io/pull/217