Verify javax.net.ssl.HttpsURLConnection against OpenJDK 8u121-b13.
1. Revert the removal of a doc section on setSSLSocketFactory()
that refers to SecurityManager. This section was already missing
in commit 51b1b6997fd3f980076b8081f7f1165ccc2a4008 (Feb 2015)
which originally added this file.
Android never has a SecurityManager, but we've kept similar
documentation elsewhere, eg. setDefaultHostnameVerifier()
in this file still has it. Therefore, this CL reinstates the
documentation on setSSLSocketFactory().
2. Tweak change markers around the introduction of NoPreloadHolder
so that the same change summary can be reused for / is applicable
to additional places that were missing change markers before this
CL.
3. Expand the change marker for getHostnameVerifier() by calling
out a side-effect the rationale for which is unknown.
Bug: 35910877
Test: Treehugger
Change-Id: Id8162d108c788c250ac2c00ffe41a5bfc8a2b8da
1 file changed