- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for sensitive (0.04 sec)
-
docs/changelogs/changelog_3x.md
suites (`ordinal()`, `name()`, etc.) will break with this change. * Fix: `CertificatePinner` now matches canonicalized hostnames. Previously this was case sensitive. This change should also make it easier to configure certificate pinning for internationalized domain names. * Fix: Don’t crash on non-ASCII `ETag` headers. Previously OkHttp would reject
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Setting TLS1.2 minimum * `kubectl create secret tls` command * Webhook Token Authenticator * **beta** PodSecurityPolicy objects limits use of security-sensitive features by pods. * Kubectl * Display line number on JSON errors * Add flag -t as shorthand for --tty * Resources
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
}); assertNotNull(context); assertEquals("*", context.getQueryString()); } public void test_addDefaultSort_caseInsensitive() { // Test case insensitive order queryHelper.addDefaultSort("timestamp", "desc"); QueryContext context = buildQuery("test"); assertEquals(1, context.sortBuilders().size());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.6K bytes - Viewed (0)