Need review for 6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result

Alan Bateman Alan.Bateman at Sun.COM
Fri Sep 4 07:23:26 PDT 2009


Mark Thornton wrote:
> AclFileAttributeView *is* in the Windows implementation:
>
>  158         if (type == AclFileAttributeView.class || type == FileOwnerAttributeView.class)
>  159             return ((volInfo.flags() & FILE_PERSISTENT_ACLS) != 0);
>
> Looks good to me too, although I can only really comment on the Windows case.
>   
Yes, that's right - thanks!

-Alan.


More information about the nio-dev mailing list