Update link for JDK14 regression to point to the actual bugreport

This commit is contained in:
Norman Maurer 2020-04-02 16:00:06 +02:00
parent a2a10b9931
commit 492ecae4cf

View File

@ -2991,8 +2991,8 @@ public abstract class SSLEngineTest {
assertNotNull(clientSession.getSessionContext());
// Workaround for possible JDK 14 regression.
// See http://mail.openjdk.java.net/pipermail/security-dev/2020-March/021488.html
// Workaround for JDK 14 regression.
// See https://bugs.openjdk.java.net/browse/JDK-8242008
if (PlatformDependent.javaVersion() < 14) {
assertNotNull(serverSession.getSessionContext());
}