On Thu, 18 Sep 2025 21:14:24 GMT, Sean Mullan <[email protected]> wrote:

>> Artur Barashev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Algorithm Constraints unit test for a mixed-up and valid cert chains
>
> test/jdk/sun/security/ssl/X509TrustManagerImpl/CertChainAlgorithmConstraints.java
>  line 179:
> 
>> 177:                     ex -> {
>> 178:                         assertTrue(ex instanceof ValidatorException);
>> 179:                         assertEquals(ex.getMessage(),
> 
> Can you check the cause (CertPathBuilderExc) for a similar exception message 
> as in lines 191-196?

Done!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27146#discussion_r2361240125

Reply via email to