- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testDoGet_NoAuthentication (0.14 seconds)
-
src/test/java/jcifs/http/NetworkExplorerTest.java
verify(servletConfig).getInitParameter("jcifs.http.enableBasic"); } /** * Test doGet with no authentication - should return 401 */ @Test void testDoGet_NoAuthentication() throws Exception { initializeNetworkExplorer(false, "jCIFS"); when(request.getHeader("Authorization")).thenReturn(null); networkExplorer.doGet(request, response);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 21.2K bytes - Click Count (0)