-
Enhancement
-
Resolution: Unresolved
-
P3
-
None
-
9
-
generic
-
generic
java.util.zip.ZipException: invalid distance too far back
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
at java.io.FilterInputStream.read(FilterInputStream.java:133)
Where possible, we should try and identify the zip/jar file where such bytes are being read from and print the file name. We should run through all java.util.zip code to see if better diagnostics can be given to end user.
Some of this may involve sharing file names from the java layer down to the JNI layer or visa versa.