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

Xue-Lei Andrew Fan xuelei at openjdk.java.net
Thu Jan 20 14:46:30 UTC 2022


On Thu, 20 Jan 2022 14:16:43 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Xue-Lei Andrew Fan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update per feedback
>
> src/java.base/share/classes/javax/net/ssl/SSLParameters.java line 619:
> 
>> 617:      *
>> 618:      * @return a non-null, possibly zero-length array of application protocol
>> 619:      *         {@code String}s.  The array is placed in descending order of
> 
> The phrase "descending order" seems more appropriate for numerical values. I think the previous wording was more clear, with a small change: "The array is ordered based on protocol preference, with the first entry being the most preferred."

Hm, much better.  Thanks!

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

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


More information about the net-dev mailing list