JDK-2217673 : Regression: keytool -printcert -sslserver failure
  • Type: Backport
  • Backport of: JDK-7115524
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-11-25
  • Updated: 2012-01-19
  • Resolved: 2012-01-19
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 7 JDK 8
7u4 b06Fixed 8Fixed
Description
In 7u4, there is no sun.security.provider.certpath.ssl.SSLServerCertStore. That's because the class was extracted from a KeyTool method in JDK 8 (6953295). However, the same coding error still exists inside the KeyTool method. The synopis for this subCR is updated to reflect the fact.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/801c9c03302a
02-12-2011