Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8200671

java.util.zip.ZipException: invalid distance too far back in 8u151

XMLWordPrintable

      A web application compresses and decompresses files which works fine with 8u144. After moving to 8u151, the same web application throws the following error when decompressing the files.

      java.util.zip.ZipException: invalid distance too far back
              at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
              at java.util.zip.ZipInputStream.read(ZipInputStream.java:194)
              at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:140)
              at sun.tools.jar.Main.extractFile(Main.java:1072)
              at sun.tools.jar.Main.extract(Main.java:981)
              at sun.tools.jar.Main.run(Main.java:311)
              at sun.tools.jar.Main.main(Main.java:1288)

            coffeys Sean Coffey
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: