On Mon, 7 Mar 2022 21:33:47 GMT, Sean Mullan <mul...@openjdk.org> wrote:

>> test/jdk/sun/security/util/HostnameMatcher/TestHostnameChecker.java line 196:
>> 
>>> 194:         check(checker, "5.6.7.8", cert3, true);
>>> 195:         check(checker, "foo.bar.com", cert4, true);
>>> 196:         check(checker, "altfoo.bar.com", cert4, true);
>> 
>> Can expected result be updated to false instead of removing this case?
>
> It occurred to me that I should probably combine TestHostnameChecker and the 
> Wildcard tests as they are both tests for domain matching. Let me see if it 
> isn't too much work to do that (still waiting for the CSR to be approved 
> anyway).

Fixed in latest commit.

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

PR: https://git.openjdk.java.net/jdk/pull/7697

Reply via email to