- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_isFileSystemPath_https_protocol_not_file_system (0.2 seconds)
-
src/test/java/org/codelibs/fess/app/web/go/GoActionTest.java
assertFalse(goAction.isFileSystemPath("http://example.com/path/file.txt")); assertFalse(goAction.isFileSystemPath("http://localhost:8080/file.txt")); } @Test public void test_isFileSystemPath_https_protocol_not_file_system() { assertFalse(goAction.isFileSystemPath("https://example.com/path/file.txt")); assertFalse(goAction.isFileSystemPath("https://secure.example.com/file.txt")); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 8.3K bytes - Click Count (0)