RFR: 8280363: Minor correction of ALPN specification in SSLParameters [v2]

Sean Mullan mullan at openjdk.java.net
Thu Jan 20 15:04:48 UTC 2022


On Thu, 20 Jan 2022 14:46:28 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.
>
> Xue-Lei Andrew Fan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update per feedback

Marked as reviewed by mullan (Reviewer).

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

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



More information about the security-dev mailing list