提交 7f8ce4a4 authored 作者: Thomas Mueller's avatar Thomas Mueller

The option -baseDir didn't work with symbolic links.

上级 ebce5fb6
......@@ -263,10 +263,6 @@ public class FileSystemDatabase extends FileSystem {
return fileName.startsWith(prefix);
}
public String getAbsolutePath(String fileName) {
return fileName;
}
public String getFileName(String fileName) {
fileName = unwrap(fileName);
String[] path = StringUtils.arraySplit(fileName, '/', false);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论