-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b16
When reading a zip file using ZipInputStream, POSIX permissions are ignored. In contrast, if the zip file is opened using ZipFile, the POSIX permissions are properly read.
This contrasting behavior is not documented, which makes it hard for a developer to understand that using ZipInputStream will result in broken code, but using ZipFile will not.
This contrasting behavior is not documented, which makes it hard for a developer to understand that using ZipInputStream will result in broken code, but using ZipFile will not.
- csr for
-
JDK-8293756 Clarify that ZipInputStream does not access the CEN fields for a ZipEntry
-
- Closed
-
- relates to
-
JDK-7015881 Cannot retrieve data about files within a jar-archive.
-
- Closed
-
-
JDK-4935606 java.util.zip.ZipInputStream documentation should discuss usage
-
- Closed
-
-
JDK-8319122 Improve documentation of various Zip-file related APIs
-
- In Progress
-
(1 links to)