Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for test_isFileSystemPath_https_protocol_not_file_system (0.21 seconds)

  1. 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)
  2. src/test/java/org/codelibs/fess/helper/ProtocolHelperTest.java

    Shinsuke Sugaya <******@****.***> 1768120985 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 35.1K bytes
    - Click Count (0)
Back to Top