hg: jdk/jdk: 8239052: java/net/httpclient/whitebox/SSLEchoTubeTestDriver.java failed with BufferUnderflowException against TLSv1.3

daniel.fuchs at oracle.com daniel.fuchs at oracle.com
Mon Feb 24 17:20:55 UTC 2020


Changeset: 2dcefc0b8a6d
Author:    dfuchs
Date:      2020-02-24 17:19 +0000
URL:       https://hg.openjdk.java.net/jdk/jdk/rev/2dcefc0b8a6d

8239052: java/net/httpclient/whitebox/SSLEchoTubeTestDriver.java failed with BufferUnderflowException against TLSv1.3
Summary: The test assumed that ByteBuffer would be split at long boundaries. This is obviously not always the case. A carry has been added to support reading a long split over several buffers.
Reviewed-by: chegar

! test/jdk/java/net/httpclient/HandshakeFailureTest.java
! test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/AbstractSSLTubeTest.java



More information about the jdk-changes mailing list