Integrated: 8278165: Clarify that ZipInputStream does not access the CEN fields for a ZipEntry
Lance Andersen
lancea at openjdk.org
Fri Sep 16 18:54:51 UTC 2022
On Wed, 31 Aug 2022 16:06:57 GMT, Lance Andersen <lancea at openjdk.org> wrote:
> Hi,
>
> Please review this update to the ZipInputStream class description to clarify that ZipInputStream walks sequentially through each Zip Entry contained within the Zip File. As a result, the CEN header for the Zip file entries are not read resulting in ZipInputStream not having access to information that is stored within the CEN Header fields such the as the external file attributes which can be used to store optional data such as Posix Permissions.
This pull request has now been integrated.
Changeset: a8f0f575
Author: Lance Andersen <lancea at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a8f0f575abab53e89fc315a68394b556543cbb2e
Stats: 30 lines in 1 file changed: 27 ins; 0 del; 3 mod
8278165: Clarify that ZipInputStream does not access the CEN fields for a ZipEntry
Reviewed-by: bpb, alanb
-------------
PR: https://git.openjdk.org/jdk/pull/10102
More information about the core-libs-dev
mailing list