mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8295753: (fs) UnixPath::toRealPath does not return correct case when links not followed
Reviewed-by: alanb
This commit is contained in:
parent
82f9819eac
commit
5b7e70645b
4 changed files with 147 additions and 22 deletions
|
@ -119,6 +119,10 @@ abstract class UnixFileSystem
|
|||
return needToResolveAgainstDefaultDirectory;
|
||||
}
|
||||
|
||||
boolean isCaseInsensitiveAndPreserving() {
|
||||
return false;
|
||||
}
|
||||
|
||||
UnixPath rootDirectory() {
|
||||
return rootDirectory;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue