Searched refs:publicFilesRootPath (Results 1 – 2 of 2) sorted by relevance
25 public static final String publicFilesRootPath = "/app/upload/"; field in ExamplePathTraversalFuzzer37 File fileToUpload = new File(publicFilesRootPath + relativePathToFile); in uploadFile()
39 if (!normalizedPath.startsWith(ExamplePathTraversalFuzzer.publicFilesRootPath)) { in fileConstructorHook()