RFR: 8280363: Minor correction of ALPN specification in SSLParameters [v2]
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Thu Jan 20 14:46:28 UTC 2022
> 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
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7152/files
- new: https://git.openjdk.java.net/jdk/pull/7152/files/c16bf6c6..3992327e
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7152&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7152&range=00-01
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/7152.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7152/head:pull/7152
PR: https://git.openjdk.java.net/jdk/pull/7152
More information about the security-dev
mailing list