8271737: Only normalize the cached user.dir property once
Reviewed-by: phh
This commit is contained in:
parent
89999f70e0
commit
b8bd259bb8
@ -356,7 +356,7 @@ class WinNTFileSystem extends FileSystem {
|
||||
if (sm != null) {
|
||||
sm.checkPropertyAccess("user.dir");
|
||||
}
|
||||
return normalize(userDir);
|
||||
return userDir;
|
||||
}
|
||||
|
||||
private String getDrive(String path) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user