-
Bug
-
Resolution: Fixed
-
P4
-
11, 13
-
b22
-
Not verified
Before JDK-8213031 is reviewed, there are some refactorings and cleanups that could be separated out. This will keep the actual fix for JDK-8213031 smaller and more concise for reviewing.
Some details:
Improve error handling for ZipFileAttributeView::get methods
improve handling for zip64 attribute/version
minor clenaups such as adding @Override annotations, whitespace fixes, private method visibility etc.
The fix forJDK-8222440 has made some methods and fields from ZipFileSystem non-private to be used by JarFileSystem's new method getNodeInRootTree(). We make these private again and move the getNodeInRootTree logic to ZipFileSystem.
Some details:
Improve error handling for ZipFileAttributeView::get methods
improve handling for zip64 attribute/version
minor clenaups such as adding @Override annotations, whitespace fixes, private method visibility etc.
The fix for
- relates to
-
JDK-8299864 ZipFileStore#supportsFileAttributeView(String) doesn't throw NPE
- Resolved
-
JDK-8213031 (zipfs) Add support for POSIX file permissions
- Resolved