On Thu, 7 Sep 2023 18:12:28 GMT, Ben Perez <d...@openjdk.org> wrote: > Replaced "jks" with "pkcs12" in both the spec and fallback for > `KeyStore.getDefaultType()`
looks like this comment in the same file could be updated also: (jks -> pkcs12) /* * Constant to lookup in the Security properties file to determine * the default keystore type. * In the Security properties file, the default keystore type is given as: * <pre> * keystore.type=jks * </pre> */ ------------- PR Comment: https://git.openjdk.org/jdk/pull/15625#issuecomment-1710658508