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

Better error message handling when there is an invalid Manifest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 13
    • None
    • core-libs
    • b04
    • Verified

        In:

            Manifest(JarVerifier jv, InputStream is, String jarFilename) throws IOException {
                read(is);
                this.jarFilename = jarFilename;
                this.jv = jv;
            }

        The jarfile name should be set prior to the call to read().

        In fact the handling of jarFilename could be reworked to be more efficient

              lancea Lance Andersen
              lancea Lance Andersen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: