Integrated: 8317687: (fs) FileStore.supportsFileAttributeView("posix") incorrectly returns 'true' for FAT32 volume on macOS
Brian Burkhalter
bpb at openjdk.org
Mon Oct 16 14:52:25 UTC 2023
On Fri, 6 Oct 2023 21:39:32 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Change `BsdFileStore.supportsFileAttributeView` to return false for POSIX attributes when the associated volume file system type is FAT32.
This pull request has now been integrated.
Changeset: 1a7fd5d4
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1a7fd5d41901249f8e1e6f0aa1f2a3c9f265659d
Stats: 36 lines in 3 files changed: 30 ins; 1 del; 5 mod
8317687: (fs) FileStore.supportsFileAttributeView("posix") incorrectly returns 'true' for FAT32 volume on macOS
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/16084
More information about the nio-dev
mailing list