-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta3
-
generic
-
generic
The method getServerCertificateChain() in javax.net.ssl.HttpsURLConnection returns an array of javax.security.cert.X509Certificate. With the integration into Merlin this certificate class is obsolete and the method should be removed. Applications should use getServerCertificates() instead.
There are no compatibility issues because in standalone JSSE releases HttpsURLConnection was located in the package com.sun.net.ssl.
There are no compatibility issues because in standalone JSSE releases HttpsURLConnection was located in the package com.sun.net.ssl.