-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b14
A DESCRIPTION OF THE PROBLEM :
CopyMoveHelper.copyToForeignTarget copies basic attributes but not POSIX attributes. The spec allows it to do so, but the implementation doesn't attempt to copy POSIX attributes when the target file is in a custom file system.
This could be useful e.g. copying UNIX files into a ZIP file system.
CopyMoveHelper.copyToForeignTarget copies basic attributes but not POSIX attributes. The spec allows it to do so, but the implementation doesn't attempt to copy POSIX attributes when the target file is in a custom file system.
This could be useful e.g. copying UNIX files into a ZIP file system.
- relates to
-
JDK-8287097 (fs) Files::copy requires an undocumented permission when copying from the default file system to a non-default file system
-
- Closed
-