Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2014532 | 1.2.0 | Mark Reinhold | P2 | Resolved | Fixed | 1.2beta3 |
File.getCanonicalPath returns corrupted path name if a directory name whose character at 2 bytes can be represented as "\\".
It reconginzes "\\" as file separator and processes it incorrectly.
It reconginzes "\\" as file separator and processes it incorrectly.
- backported by
-
JDK-2014532 java.io.File.getCanonicalPath returns corrupted name in SJIS encoding (win32)
- Resolved