It looks like AesZipFileEncrypter.java only supports zip files of up to 2 Gb.
On line 168 inputLen is defined as an int. The call to entry.setSize takes a
long (line 179.) Changing inputLen to long seems to fix the problem.
Using version r62 running on Windows 2003 and Red Hat 5.4
Original issue reported on code.google.com by dougdori...@gmail.com on 6 Aug 2010 at 2:02
Original issue reported on code.google.com by
dougdori...@gmail.com
on 6 Aug 2010 at 2:02