dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

Expose case sensitive and preserving flags #86

Closed dkocher closed 4 years ago

dkocher commented 4 years ago

nfs4_prot.FATTR4_CASE_INSENSITIVE and nfs4_prot.FATTR4_CASE_PRESERVING should be forwarded to the VirtualFileSystem to allow different implementations.

kofemann commented 4 years ago

Agree. Makes sense.