resource.setProperties(WebdavResource.NOACTION, 1);
*/
resource.setHttpURL(url, WebdavResource.NOACTION, 1);
client = resource.retrieveSessionInstance();
client.setHttpConnectionManager(new ThreadLocalHttpConnectionManager());
}
catch (final IOException e)
{
throw new FileSystemException("vfs.provider.webdav/connect.error", hostname, e);
}