use of io.milton.http.SecurityManager in project lobcder by skoulouzis.
the class FileSystemResourceFactoryTest method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
root = new File(System.getProperty("java.home"));
SecurityManager sm = null;
factory = new FileSystemResourceFactory(root, sm);
System.out.println("testing with root: " + root.getAbsolutePath());
}
Aggregations