RFR: 8295753: (fs) UnixPath::toRealPath does not return correct case when links not followed
Pavel Rappo
prappo at openjdk.org
Mon Oct 24 23:35:54 UTC 2022
On Mon, 24 Oct 2022 22:58:10 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> On macOS, ensure that the components of the `Path` returned by `UnixPath::toRealPath` have the case retained by the file system as opposed to that of the representation present in the `UnixPath` instance.
Not a review, just thanks for addressing that issue, and double thanks for addressing it promptly. That issue was recently implicated in incorrect element lookup in jdk.javadoc. I can see that you also linked that javadoc issue to this PR's issue in JBS. So thanks again!
-------------
PR: https://git.openjdk.org/jdk/pull/10843
More information about the nio-dev
mailing list