- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for _domainsp (0.06 sec)
-
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
when(mockDeferredNdrBuffer.dec_ndr_long()).thenReturn(2); // _domainss refDomainList.decode(mockNdrBuffer); assertEquals(2, refDomainList.count); assertEquals(5, refDomainList.max_count); assertNotNull(refDomainList.domains); assertEquals(2, refDomainList.domains.length);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
that 99.99% of servers do it right this fallback is obsolete. * Fix: Do not honor cookies set on a public domain. Previously a malicious site could inject cookies on top-level domains like `co.uk` because our cookie parser didn't honor the [public suffix][public_suffix] list. Alongside this fix is a new API, `HttpUrl.topPrivateDomain()`, which returns the privately domain name if the URL has one.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0)