Integrated: 8284796: sun.security.ssl.Finished::toString misses a line feed in the message format pattern

John Jiang jjiang at openjdk.java.net
Fri Apr 15 02:13:42 UTC 2022


On Wed, 13 Apr 2022 05:10:22 GMT, John Jiang <jjiang at openjdk.org> wrote:

> The log for Finished message looks like the below,
> 
> "Finished": {
>   "verify data": {
>     0000: ... ...
>   }'}  // looks weird
> 
> because a line feed is missing in the format pattern.
> 
> ""Finished": '{'\n" +
> "  "verify data": '{'\n" +
> "{0}\n" +
> "  '}'" +  // a line feed is needed
> "'}'",

This pull request has now been integrated.

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

8284796: sun.security.ssl.Finished::toString misses a line feed in the message format pattern

Reviewed-by: xuelei

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

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



More information about the security-dev mailing list