RFR: 8308678: (fs) UnixPath::toRealPath needs additional permissions when running with SM (macOS)

Brian Burkhalter bpb at openjdk.org
Thu May 25 17:17:29 UTC 2023


When not resolving links and the case retention algorithm cannot be run due to a security manager being in place with no read permissions for the tree to be traversed, then fall back to the result obtained without case correction.

-------------

Commit messages:
 - 8308678: (fs) UnixPath::toRealPath needs additional permissions when running with SM (macOS)

Changes: https://git.openjdk.org/jdk/pull/14157/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14157&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308678
  Stats: 86 lines in 3 files changed: 86 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/14157.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14157/head:pull/14157

PR: https://git.openjdk.org/jdk/pull/14157


More information about the nio-dev mailing list