-
Bug
-
Resolution: Fixed
-
P3
-
15, 17, 18
-
b24
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8325463 | 17.0.12-oracle | Prajwal Kumaraswamy | P3 | Closed | Duplicate | |
JDK-8324013 | 17.0.11 | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
JDK-8323846 | 17.0.10 | Sergey Bylokhov | P3 | Resolved | Fixed | b07 |
JDK 15 through JDK-8242959 introduced a regression where you could not access a file entry contained within a Zip file when there was also a directory entry with the same name via ZipFile:getEntry().
Once fixed, the behavior will be consistent with earlier JDK releases.
Once fixed, the behavior will be consistent with earlier JDK releases.
- backported by
-
JDK-8323846 ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
- Resolved
-
JDK-8324013 ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
- Resolved
-
JDK-8325463 ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
- Closed