RFR: 8280363: Minor correction of ALPN specification in SSLParameters

Daniel Fuchs dfuchs at openjdk.java.net
Thu Jan 20 12:12:49 UTC 2022


On Thu, 20 Jan 2022 07:12:42 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

> In the getApplicationProtocols() method in javax.net.ssl.SSLParameters, the return statement says that "The array is ordered based on protocol preference, with protocols[0] being the most preferred.". However, there is no "protocols" variable in this method.
> 
> The update is a minor correction so that the specification is not rely on the "protocols" variable.

Marked as reviewed by dfuchs (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/7152



More information about the security-dev mailing list