Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_security_encodedPathTraversal (0.13 seconds)

  1. src/test/java/org/codelibs/fess/app/web/admin/log/AdminLogActionTest.java

            assertEquals("/var/log/syslog.log", sanitized2);
            assertTrue(AdminLogAction.isLogFilename(sanitized2));
        }
    
        @Test
        public void test_security_encodedPathTraversal() {
            // These are literal strings (not URL encoded at this point)
            // URL encoding would be handled before Base64 decoding
            assertEquals("fess.log", AdminLogAction.sanitizeFilename("fess.log"));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 10.5K bytes
    - Click Count (0)
Back to Top