(fs) Path.relativize() gives incorrect result for empty path on Windows

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: core-libs
    • None
    • b51
    • windows

        Paths.get("").relativize(Paths.get("x")) different on Windows and Unix. On Windows, it's ..\x. On Unix (Mac OS X here), it's x.

              Assignee:
              Brian Burkhalter
              Reporter:
              Brian Burkhalter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: