-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b78
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136087 | emb-9 | Volker Simonis | P4 | Resolved | Fixed | team |
Getting file attributes on Windows via GetFileAttributesExW() can fail for some special system files. There is already code in getFinalAttributes() which handles some of these special cases by using FindFirstFileW().
However there are still cases which are not covered until now. For example on PGP WDE (Whole Disk Encryption) – encrypted machines the test java/io/File/WinSpecialFiles still fails for PGP files like C:\pgpwde01.
However there are still cases which are not covered until now. For example on PGP WDE (Whole Disk Encryption) – encrypted machines the test java/io/File/WinSpecialFiles still fails for PGP files like C:\pgpwde01.
- backported by
-
JDK-8136087 Fix getFinalAttributes() on Windows to handle more special cases
-
- Resolved
-
- relates to
-
JDK-6192331 File.listFiles() returns files which "don't exist" (win)
-
- Resolved
-