On Fri, 27 Oct 2023 04:21:01 GMT, Kevin Driver <kdri...@openjdk.org> wrote:
>> JDK-8308453: JSSE regression test keystore migration from JKS to PKCS12 > > Kevin Driver has updated the pull request incrementally with one additional > commit since the last revision: > > Security Manager won't let you explicitly set the type here for some > reason I have 2 comments: 1. For those system properties. If you don't set them explicitly to `pkcs12`, will there by any failure? In my understanding, the default type is already pkcs12 now. 2. For those `getInstance("JKS")` calls. Is it possible to rewrite them with `getInstance(File)`? ------------- PR Comment: https://git.openjdk.org/jdk/pull/16159#issuecomment-1782957361