JDK 25 |
---|
25 b26Fixed |
Duplicate :
|
JDK-8358214 :
|
The following code snippets should fail but do not: 1. Trailing space in a file name File f = new File("Something "); String s = f.getCanonicalPath(); 2. Trailing space in a directory name File f = new File("foo\\bar \\gus"); String s = f.getCanonicalPath();
|