> `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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision: - 8355342: Fall back to canonicalize0() result if drive letter converted to a long / UNC prefix - Merge - Merge - 8355342: Corrected a comment - 8355342: Add missing space in constant declaration - 8355342: Fix possible sneaky NullPointerException - 8355342: File.getCanonicalPath on Java 24 resolves paths on network drives to UNC format ------------- Changes: - all: https://git.openjdk.org/jdk/pull/27324/files - new: https://git.openjdk.org/jdk/pull/27324/files/0f29a4f3..ebe88f73 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=27324&range=04 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27324&range=03-04 Stats: 191105 lines in 2481 files changed: 151635 ins; 23944 del; 15526 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
