On Thu, 25 Aug 2022 15:06:04 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional >> commit since the last revision: >> >> update test to use SHA256 and DSA throughout. > > test/jdk/java/security/Security/ProviderFiltering.java line 109: > >> 107: filters.put("Signature.SHA256withDSA", ""); >> 108: doit(filters, p); >> 109: filters.put("Cipher.Nonexisting", ""); > > Even if it's not "Nonexisting", I assume it's still empty after filtering? You mean the result should be empty even if it's not "Nonexisting"? Yes, the result is empty even if you change to use "AES" instead of "Nonexisting". ------------- PR: https://git.openjdk.org/jdk/pull/10008