- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for promoting (0.21 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/DispatcherTest.kt
dispatcher.maxRequests = 1 client.newCall(request1).enqueue(callback) executor.shutdown() client.newCall(request2).enqueue(callback) dispatcher.maxRequests = 2 // Trigger promotion. callback.await(request2.url).assertFailure(InterruptedIOException::class.java) assertThat(listener.recordedEventTypes()) .containsExactly("CallStart", "CallStart", "CallFailed") } @Test
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
/** Configuration key for allowing localhost authentication bypass. */ protected static final String SPNEGO_ALLOW_LOCALHOST = "spnego.allow.localhost"; /** Configuration key for prompting NTLM authentication. */ protected static final String SPNEGO_PROMPT_NTLM = "spnego.prompt.ntlm"; /** Configuration key for allowing unsecure basic authentication. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (0)