- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for invalidOption (1.31 sec)
-
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
System.setErr(new PrintStream(errContent)); try { String[] args = { "--invalidOption", "value" }; Crawler.main(args); String error = errContent.toString(); assertTrue(error.contains("invalidOption")); } finally { System.setErr(originalErr); } } // Test doCrawl method
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 30.5K bytes - Viewed (0) -
docs/changelogs/changelog_1x.md
X-Android-Received-Millis is now OkHttp-Received-Millis X-Android-Response-Source is now OkHttp-Response-Source X-Android-Selected-Transport is now OkHttp-Selected-Transport ``` * Improve cache invalidation for POST-like requests. * Bring MockWebServer into OkHttp and teach it SPDY. ## Version 1.1.1 _2013-06-23_ * Fix: ClassCastException when caching responses that were redirected from
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 6.4K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
which returns the privately domain name if the URL has one. * Fix: Change `MediaType.charset()` to return null for unexpected charsets. * Fix: Don't skip cache invalidation if the invalidating response has no body. * Fix: Don't use a cryptographic random number generator for web sockets. Some Android devices implement `SecureRandom` incorrectly!
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.20.md
### Azure - Add optional jitter on initial VMSS VM cache refresh, keep the refreshes spread over time - Serve from cache for the whole period of ongoing throttling - Fix unwanted VMSS VMs cache invalidation - Enforce setting the number of retries if cloud provider backoff is enabled - Don't update capacity if VMSS provisioning state is updating - Support allocatable resources overrides via VMSS tags
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0)