JDK-8158978: ALPN not working when values are set directly on SSLServerSocket

Bradford Wetmore bradford.wetmore at oracle.com
Tue Jun 7 20:13:07 UTC 2016


Simple fix/test.

We missed copying the ALPN values from the SSLServerSocket to the SSLSocket.

The test is essentially SSLSocketAlpnTest.java but setting the 
SSLParameters on SSLServerSocket instead of SSLSocket.

     https://bugs.openjdk.java.net/browse/JDK-8158978
     http://cr.openjdk.java.net/~wetmore/8158978/webrev.00

Brad




More information about the security-dev mailing list