Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_isFileSystemPath_storage_protocol (0.17 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/app/web/go/GoActionTest.java

            assertTrue(goAction.isFileSystemPath("ftp://user:******@****.***/file.txt"));
            assertTrue(goAction.isFileSystemPath("ftp://192.168.1.1/file.txt"));
        }
    
        @Test
        public void test_isFileSystemPath_storage_protocol() {
            assertTrue(goAction.isFileSystemPath("storage://container/path/file.txt"));
            assertTrue(goAction.isFileSystemPath("storage://bucket/folder/document.pdf"));
    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)
Back to Top