// final FileName rootName =
// new BasicFileName(rootUrl, FileName.ROOT_PATH);
fs = new UrlFileSystem(rootName, fileSystemOptions);
addFileSystem(key, fs);
}
return fs.resolveFile(url.getPath());
}
catch (final MalformedURLException e)
{
throw new FileSystemException("vfs.provider.url/badly-formed-uri.error", uri, e);
}