- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for createNewFile (0.07 seconds)
-
src/test/java/org/codelibs/fess/app/web/base/FessAdminActionTest.java
System.setProperty("fess.var.path", varDir.toString()); final File testFile = new File(varDir.toFile(), "data/test.txt"); testFile.getParentFile().mkdirs(); testFile.createNewFile(); // Should not throw action.validateFilePath(testFile.getAbsolutePath()); } @Test public void test_validateFilePath_pathOutsideVarPath() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 22.7K bytes - Click Count (0)