public WebDavResourceFactory(ServiceUrl serviceUrl, String docsRoot) {
this.serviceUrl = serviceUrl;
this.docsRoot = docsRoot;
FsSecurityManager securityManager = new NullSecurityManager();//SimpleSecurityManager();
File file = new File(docsRoot);
factory = new FileSystemResourceFactory(file, securityManager, ".");
}