JDK-7115524 : Regression: keytool -printcert -sslserver failure
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-11-25
  • Updated: 2012-09-05
  • Resolved: 2012-09-05
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
7u4Fixed 8 b17Fixed
Related Reports
Relates :  
Description
sun.security.provider.certpath.CertStoreHelper
             .getInstance("SSLServer")
             .getCertStore(new java.net.URI("https://www.verisign.com"))
             .getCertificates(null);
 
throws an UnsupportedOperationException.

Comments
EVALUATION Fixed as comment
28-11-2011