Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2049323 | 1.4.1 | Konstantin Kladko | P2 | Closed | Fixed | hopper |
JDK-2049322 | 1.4.0_01 | Konstantin Kladko | P2 | Resolved | Fixed | 01 |
Name: pa48320 Date: 11/26/2001
When reading an archive, the constructor for java.util.zip.ZipFile is called so that we can read the file.
The constructor for ZipFile throws an exception when the zip entry contains a name field that is greater than 256 bytes.
This prevents me from reading the file as this exception will always be thrown if the name field is greater than
256 bytes.
The Java API (via the java.util.zip.ZipEntry class) allows me to create a zip entry that contains a name field
up to 0xFFFFF bytes in length. Therefore the read should not limit this field to 256 bytes.
This bug exists for 1.4.0-beta3, 1.3.1.01, and 1.3.0_01. This bug does not exist in the 1.2.2 version.
This was found while examining BUG 4527586
======================================================================
- backported by
-
JDK-2049322 the constructor for java.util.zip.ZipFile throws java.util.zip.ZipException
-
- Resolved
-
-
JDK-2049323 the constructor for java.util.zip.ZipFile throws java.util.zip.ZipException
-
- Closed
-