Integrated: 8282932: a space is needed for the unsupported protocol exception message in ProtocolVersion

John Jiang jjiang at openjdk.java.net
Thu Mar 10 18:28:45 UTC 2022


On Thu, 10 Mar 2022 06:52:14 GMT, John Jiang <jjiang at openjdk.org> wrote:

> In class sun.security.ssl.ProtocolVersion, the exception message for unsupported protocol needs a space.
> 
> ProtocolVersion pv = ProtocolVersion.nameOf(pn);
> if (pv == null) {
>     throw new IllegalArgumentException(
>            "Unsupported protocol" + pn);
> }

This pull request has now been integrated.

Changeset: 1f295239
Author:    John Jiang <jjiang at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1f295239b97cccfff24df259215d34c712065867
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8282932: a space is needed for the unsupported protocol exception message in ProtocolVersion

Reviewed-by: xuelei, mullan

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

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



More information about the security-dev mailing list