RFR JDK-8186464: ZipFile cannot read some InfoZip ZIP64 zip files
Martin Buchholz
martinrb at google.com
Wed Aug 23 00:54:48 UTC 2017
On Tue, Aug 22, 2017 at 3:27 PM, Xueming Shen <xueming.shen at oracle.com>
wrote:
>
> How about to add an option to our zipfs to force the ZIP64 end record when
> enabled. Harmless if not specified.
>
I agree that adding more options for testability is good. Since our users
are likely to need such things as well, I'd also like to see such features
become public, analogous to zip's -fz- flag.
OTOH, interoperability testing is very valuable, so despite the troubles
involved writing tests that involve both jdk and zipinfo code, I think we
should do it.
> Just try to avoid adding yet another shell test case ...
>
shell tests are frowned upon these days. Must use processutils?
Maybe we could actually collaborate and I contribute some test code?
Still haven't actually looked at your webrev ...
More information about the core-libs-dev
mailing list