kevinbourne75

Results 1 comments of kevinbourne75

Note this issue is with 2.3.1. Not able to try a more recent version. But, the issue is in FileSystemUtils.relativize(String path. File parentDir). It does the following: ``` if (path.toLowerCase().startsWith(basedirPath.toLowerCase()))...