RFR: 8364277: (fs) BasicFileAttributes.isDirectory and isOther return true for NTFS directory junctions when links not followed [v7]
Brian Burkhalter
bpb at openjdk.org
Thu Aug 7 18:38:21 UTC 2025
On Thu, 7 Aug 2025 16:13:57 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Change `BasicFileAttributes` for Windows such that for a directory junction `isOther` returns `true` but all other `is*` methods return `false`. Without this change, `isDirectory` also returns `true`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8364277: Put IO_REPARSE_TAG_* constants in numerical order
CI tiers 1-3 passed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26631#issuecomment-3165288250
More information about the nio-dev
mailing list