RFR: 8276123: ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File

Claes Redestad redestad at openjdk.java.net
Wed Nov 10 21:35:34 UTC 2021


On Wed, 10 Nov 2021 20:51:20 GMT, Lance Andersen <lancea at openjdk.org> wrote:

> Hi all,
> 
> This patch addresses a regression introduced in JDK 15 via JDK-8242959 where you can no longer access a file entry contained within a Zip file when there is also a directory entry with the same name via ZipFile:getEntry(). 
> 
>  Once fixed, the behavior will be consistent with earlier JDK releases. 
> 
> Mach5 tiers 1-3 have been run without failure
> 
> Best
> Lance

LGTM!

test/jdk/java/util/zip/ZipFile/ZipFileDuplicateEntryTest.java line 515:

> 513:     }
> 514: 
> 515:     /**

Left-over?

-------------

Marked as reviewed by redestad (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/6342


More information about the core-libs-dev mailing list