> `File.getCanonicalPath` invokes `GetFinalPathNameByHandle` on the result of > `canonicalize0` which causes the drive letter of a mapped drive to be > converted to a UNC prefix. If such a substitution is detected, this request > proposes to revert the conversion of drive letter to UNC prefix before > returning the canonical path.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 8355342: Fix call to wcanonicalize in JDK_Canonicalize; clean up code ------------- Changes: - all: https://git.openjdk.org/jdk/pull/27324/files - new: https://git.openjdk.org/jdk/pull/27324/files/4c58055f..624f2c80 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=27324&range=11 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27324&range=10-11 Stats: 38 lines in 3 files changed: 5 ins; 28 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/27324.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27324/head:pull/27324 PR: https://git.openjdk.org/jdk/pull/27324
