Update link for JDK14 regression to point to the actual bugreport
This commit is contained in:
parent
d4c268ae3e
commit
db39b10249
@ -2979,8 +2979,8 @@ public abstract class SSLEngineTest {
|
|||||||
|
|
||||||
assertNotNull(clientSession.getSessionContext());
|
assertNotNull(clientSession.getSessionContext());
|
||||||
|
|
||||||
// Workaround for possible JDK 14 regression.
|
// Workaround for JDK 14 regression.
|
||||||
// See http://mail.openjdk.java.net/pipermail/security-dev/2020-March/021488.html
|
// See https://bugs.openjdk.java.net/browse/JDK-8242008
|
||||||
if (PlatformDependent.javaVersion() < 14) {
|
if (PlatformDependent.javaVersion() < 14) {
|
||||||
assertNotNull(serverSession.getSessionContext());
|
assertNotNull(serverSession.getSessionContext());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user