Fix absolute path check for sftp file systems

This commit is contained in:
crschnick
2025-12-13 17:43:59 +00:00
parent efec010681
commit c5a93b4412
@@ -74,7 +74,7 @@ public final class FilePath {
}
}
throw new IllegalArgumentException("Unable to determine root of " + value);
return FilePath.of("/");
}
public Path toLocalPath() {