- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ipv6AddressDoesntMatch (0.12 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/CookieTest.kt
"a=b; domain=::1:255.255.255.255", ) assertThat(cookie!!.domain).isEqualTo("::1:ffff:ffff") assertThat(cookie.matches("http://[::1:ffff:ffff]/".toHttpUrl())).isTrue() } @Test fun ipv6AddressDoesntMatch() { val cookie = parse("http://[::1]/".toHttpUrl(), "a=b; domain=::2") assertThat(cookie).isNull() } @Test fun ipv6AddressMalformed() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 24.4K bytes - Viewed (0)