Better error message handling when there is an invalid Manifest

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 13
    • Affects Version/s: None
    • Component/s: 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

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

                Created:
                Updated:
                Resolved: