Re: RFR: 8343307: Throw ZipException instead of IAE in ZipFile.Source::initCEN

2024-10-30 Thread Jaikiran Pai
On Wed, 30 Oct 2024 16:58:40 GMT, Eirik Bjørsnøs wrote: > Please review this PR which makes `ZipFile.Source::initCEN` throw > `java.util.zip.ZipException` instead of `java.lang.IllegalArgumentException` > when calling `ZipCoder::checkedHash` during `META-INF/versions/` parsing. > > This is a f

Re: RFR: 8343307: Throw ZipException instead of IAE in ZipFile.Source::initCEN

2024-10-30 Thread Lance Andersen
On Wed, 30 Oct 2024 16:58:40 GMT, Eirik Bjørsnøs wrote: > Please review this PR which makes `ZipFile.Source::initCEN` throw > `java.util.zip.ZipException` instead of `java.lang.IllegalArgumentException` > when calling `ZipCoder::checkedHash` during `META-INF/versions/` parsing. > > This is a f