Submitted On 14-APR-2000
glamp
Yes, we rediscovered this problem in jdk 1.2.2. We are catching the EOF exception and ending. This should
really be fixed!!! And this bug report should not be closed. fix it now!
Submitted On 19-MAR-2002
ispringer
I still see this problem in JDK 1.3.1_02 for certain
zipfiles...
Submitted On 16-NOV-2003
h.shinoda
I see this problem in JDK 1.3.1_05.
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill
(InflaterInputStream.java:209)
at java.util.zip.InflaterInputStream.read
(InflaterInputStream.java:131)
at java.util.zip.ZipInputStream.read
(ZipInputStream.java:137)
at java.util.zip.ZipInputStream.closeEntry
(ZipInputStream.java:88)
at gdms.tenpufile.servlet.FileIO.readzip(FileIO.java:754)
at gdms.tenpufile.servlet.testThread.main
(testThread.java:23)
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|