We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4fdb3 commit 4b14254Copy full SHA for 4b14254
closed/test/jdk/openj9/internal/security/TestPolicySunset.java
@@ -134,6 +134,12 @@ private static Stream<Arguments> patternMatches_testPolicySunset() {
134
propertyFile,
135
"=true", null,
136
"",
137
+ 1),
138
+ // 11 - expired; suppress=false; ignore unset
139
+ Arguments.of("Test-Profile-PolicySunset-Expired",
140
+ propertyFile,
141
+ "=false", null,
142
+ "Use -Dsemeru.restrictedsecurity.ignoresunsetexpiration to allow java to start while possibly using uncertified cryptography",
143
1));
144
}
145
0 commit comments