-
Bug
-
Resolution: Fixed
-
P3
-
18
-
b27
-
Verified
The changes in JDK-8273922 introduce a regression for cases with long file paths.
We need to introduce a getPathWithPrefixForWin32Calls or some such method that returns the file path with the \\?\ prefix, then appends the ":<name>".
We also need to expand our tests in this area, it seems that existing long path tests do not include access to user defined attributes.
We need to introduce a getPathWithPrefixForWin32Calls or some such method that returns the file path with the \\?\ prefix, then appends the ":<name>".
We also need to expand our tests in this area, it seems that existing long path tests do not include access to user defined attributes.
- relates to
-
JDK-8273922 (fs) UserDefinedFileAttributeView doesn't handle file names that are just under the MAX_PATH limit (win)
-
- Closed
-