[Bug 128] Loading .jar files created by jar fails
[email protected] Mon, 9 May 2005 00:00:52 -0400
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=128 ------- Additional Comments From [email protected] 2005-05-09 00:00 ------- I like the patch, just one little nitpick and we can apply it to the official version right away. We should actually be able to read *both* file sizes: from central directory and from local file header. Naturally, you could first just pick the values from central directory. Then while reading the file, if they're 0, use the ones from local file header (if these are 0 too, then the zip file is completly broken). What do you think? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.