RFR: 8353749: Improve security warning when using JKS or JCEKS keystores [v2]
Hai-May Chao
hchao at openjdk.org
Fri Oct 10 07:20:22 UTC 2025
On Mon, 6 Oct 2025 12:33:11 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Hai-May Chao has updated the pull request incrementally with four additional commits since the last revision:
>>
>> - Updates with review comments
>> - Updates with review comments
>> - Revert changes to KeyStore.java
>> - Remove test TestOutdatedKeyStore.java
>
> src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java line 1490:
>
>> 1488: warnings.add(String.format(rb.getString(
>> 1489: "outdated.storetype.warning"),
>> 1490: realStoreType, keystore));
>
> You can pass `store.getType()` instead of `realStoreType` here.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27624#discussion_r2418728178
More information about the security-dev
mailing list