- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_malformedUrl (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb1/SmbClientTest.java
fail("Should throw CrawlingAccessException"); } catch (CrawlingAccessException e) { // Expected } } public void test_malformedUrl() throws Exception { ResponseData responseData = smbClient.doGet("not-a-valid-smb1-url"); assertEquals(0, responseData.getStatus()); assertEquals(404, responseData.getHttpStatusCode());
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Tue Sep 23 06:42:59 GMT 2025 - 30K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb/SmbClientTest.java
fail("Should throw CrawlingAccessException"); } catch (CrawlingAccessException e) { // Expected } } public void test_malformedUrl() throws Exception { ResponseData responseData = smbClient.doGet("not-a-valid-smb-url"); assertEquals(0, responseData.getStatus()); assertEquals(404, responseData.getHttpStatusCode());
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Tue Sep 23 06:42:59 GMT 2025 - 31.9K bytes - Click Count (0)