- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testIsPathSafe_SameAsBase (0.52 sec)
-
src/test/java/org/codelibs/core/io/FileUtilTest.java
} /** * Test isPathSafe with same path as base * * @throws Exception */ @Test public void testIsPathSafe_SameAsBase() throws Exception { final Path baseDir = tempFolder.getRoot().toPath(); assertTrue("Base directory itself should be allowed", FileUtil.isPathSafe(baseDir, baseDir)); } /**Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 10.3K bytes - Viewed (0)