-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.20.0.Final
-
None
-
NEW
-
NEW
Given the following:
path1
/src/main/resources/mortgages/mortgages/file1.txt
path2
/src/main/resources/mortgages/mortgages/file2.txt
The relative path path1.relativize(path2) is returned as ../file2.txt should it not more correctly be simply file2.txt or worst case ./file2.txt?