On Mon, 29 Aug 2022 20:13:42 GMT, Valerie Peng <valer...@openjdk.org> wrote:

>> Existing provider filtering code only handles two standard attribute 
>> "KeySize" and "ImplementedIn", the rest are compared by exact match. Over 
>> time, more standard attributes are added which contain multiple values 
>> separated by "|". We should enhance the provider filtering code to better 
>> compare these.
>> 
>> Documentation update for this is tracked separately under 
>> https://bugs.openjdk.org/browse/JDK-6447817.
>> 
>> Thanks in advance for review~
>
> 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`.

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

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

Reply via email to