RFR: 6447816: Provider filtering (getProviders) is not working with OR'd conditions [v5]

Valerie Peng valeriep at openjdk.org
Wed Sep 7 00:50:41 UTC 2022


On Tue, 6 Sep 2022 14:40:42 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   more refactoring.
>
> test/jdk/java/security/Security/ProviderFiltering.java line 108:
> 
>> 106:         doit(key + ":" + valComp1, p);
>> 107:         doit(key + ":" + valComp2, p);
>> 108:         doit(key + ":" + valComp2CN);
> 
> Please provide a comment on `valComp2CN`.

Ok.

> test/jdk/java/security/Security/ProviderFiltering.java line 145:
> 
>> 143:         doit(filters, pName);
>> 144: 
>> 145:         // should find no proviser now that TestProv is removed
> 
> Typo, `s/proviser/provider/`.

Will fix, thanks~

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

PR: https://git.openjdk.org/jdk/pull/10008



More information about the security-dev mailing list