On Mon, 27 Apr 2026 08:11:12 GMT, Daniel Jeliński <[email protected]> wrote:
>> Artur Barashev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Typo fix
>
> test/jdk/javax/net/ssl/ServerName/SNIWildcardMatching.java line 94:
>
>> 92: {"secret.foo.com", "secret1.foo.com"},
>> 93: {"公司.江利子.net", "*公司.*.net"},
>> 94: {"公司.江利子.example.net", "*.example.net"}
>
> RFC 6125 provides one invalid example that we could also test:
> `*.example.com` should not match `example.com`
Good point, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30927#discussion_r3150180183