mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8242565: Policy initialization issues when the denyAfter constraint is enabled
Reviewed-by: weijun
This commit is contained in:
parent
3cc1fdf2b6
commit
3efd000036
6 changed files with 18 additions and 14 deletions
|
@ -4802,7 +4802,8 @@ public final class Main {
|
|||
}
|
||||
|
||||
private char[] getPass(String modifier, String arg) {
|
||||
char[] output = KeyStoreUtil.getPassWithModifier(modifier, arg, rb);
|
||||
char[] output =
|
||||
KeyStoreUtil.getPassWithModifier(modifier, arg, rb, collator);
|
||||
if (output != null) return output;
|
||||
tinyHelp();
|
||||
return null; // Useless, tinyHelp() already exits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue