- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testAuthenticate_NoAuthorizationHeader (0.13 seconds)
-
src/test/java/jcifs/http/NtlmSspTest.java
* Expects the server to respond with a 'WWW-Authenticate: NTLM' header and a 401 status. * @throws IOException */ @Test public void testAuthenticate_NoAuthorizationHeader() throws IOException { // Setup: No "Authorization" header when(mockRequest.getHeader("Authorization")).thenReturn(null); // Execute
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 11.4K bytes - Click Count (1)