You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System Configuration Information (be specific):All
Hardware Configuration Information (be specific): All
RFE Description: RFE: Public API to set the SSLSocketFactory used by JAXWS
Currently in order to set the SSLSocketFactory used by JAXWS, we need to use the JAXWSProperties.SSL_SOCKET_FACTORY property as specified in JAXWSProperties.
This is an internal sun package, and varies between distributions. We need a public API so that we can make sure that the SSLSocketFactory is always set correctly.
Note also that HttpsURLConnection. setDefaultSSLSocketFactory is not an option as we have more than one SSLSocketFactory.
Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8002386
Operating System Configuration Information (be specific):All
Hardware Configuration Information (be specific): All
RFE Description: RFE: Public API to set the SSLSocketFactory used by JAXWS
Currently in order to set the SSLSocketFactory used by JAXWS, we need to use the JAXWSProperties.SSL_SOCKET_FACTORY property as specified in JAXWSProperties.
This is an internal sun package, and varies between distributions. We need a public API so that we can make sure that the SSLSocketFactory is always set correctly.
Note also that HttpsURLConnection. setDefaultSSLSocketFactory is not an option as we have more than one SSLSocketFactory.
Source: javaee/metro-jax-ws#1221
Author: LanceAndersen
The text was updated successfully, but these errors were encountered: