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 test/jdk/sun/security/ssl/SSLSocketImpl/NotifyHandshakeTest.java line 1: > 1: /* >Security Manager won't let you explicitly set the type here for some reason This is because `NotifyHandshakeTest.policy` (in the same directory as this test) does not grant permission to set those properties. But as noted earlier, you don't need to set these properties as they default to PKCS12. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16159#discussion_r1374746877