ZipFile.getInputStream(ZipEntry) throws unspecified IllegalArgumentException

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: 24
    • Component/s: core-libs
    • None

      The following unspecified exception was thrown when ZipFile.getInputStream(ZipEntry) was invoked:

      java.lang.IllegalArgumentException: buffer size <= 0
      at java.base/java.util.zip.InflaterInputStream.<init>(InflaterInputStream.java:108)
      at java.base/java.util.zip.ZipFile$ZipFileInflaterInputStream.<init>(ZipFile.java:426)
      at java.base/java.util.zip.ZipFile$ZipFileInflaterInputStream.<init>(ZipFile.java:420)
      at java.base/java.util.zip.ZipFile.getInputStream(ZipFile.java:358)
      at Main.doWork(Main.java:42)


            Assignee:
            Jaikiran Pai
            Reporter:
            Jaikiran Pai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: