RFR: 8276661: (fs) UserDefinedFileAttributeView no longer works with long path (win) [v5]
Alan Bateman
alanb at openjdk.java.net
Mon Nov 29 14:43:08 UTC 2021
On Tue, 23 Nov 2021 02:22:40 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Please consider this change which uses a new method `WindowsPath::getPathWithPrefixForWin32Calls`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8276661: Change getPathWithPrefixForWin32Calls to getPathWithPadForWin32Calls
The latest iteration is 5703b012 which adds a pad count to the API exposed by WindowsPath. I think we need to bury that. The previous iteration with getPathForWin32Calls and getPathWithPrefixForWin32Calls was much cleaner. For the discussion it would be useful to know if test failure was due to MAX_LONG_PATH and whether the limit includes the colon and the stream name.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6435
More information about the nio-dev
mailing list