JDK-6984587 : delete com.sun.net.ssl.internal.ssl.X509ExtendedTrustManagerImpl
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-09-14
  • Updated: 2019-02-11
  • Resolved: 2019-02-07
Related Reports
Duplicate :  
Description
We have move SunJSSE implementation to sun.security.ssl, and will define a new class javax.net.ssl.X509ExtendedTrustManager. As the deploy code use the sun internal class, com.sun.net.ssl.internal.ssl.X509ExtendedTrustManagerImpl, we may ask them move to use the new class and then delete the old class in com.sun.net.ssl.internal.ssl for JDK 7.