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

jarsigner can print a warning if verifying with JarInputStream has different result

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • None
    • security-libs
    • None

      The content in a JAR file might be different depending on if it's loaded with `JarFile` or `JarInputStream`. While the `jarsigner -verify` command should continue to use `JarFile` to verify the signature, it will be nice if it can also try again with `JarInputStream`. If there is any difference, a warning will be welcome. When the `-verbose` option is provided, it can tell the difference of each JAR entry.

            weijun Weijun Wang
            weijun Weijun Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: