JDK-8163303 : Remove identity scope information from jarsigner -verbose output
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-08-05
  • Updated: 2016-08-11
  • Resolved: 2016-08-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b131Fixed
Related Reports
Relates :  
Description
The identity scope information should be removed from the jarsigner -verbose output, ex:

$ jarsigner -verbose -verify HelloWorld-signed.jar

<snip>

  i = at least one certificate was found in identity scope

The IdentityScope class has been deprecated and marked for removal, and the jarsigner tool does not check this file so it is emitting information that it doesn't even support.