-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1_07
-
07
-
x86
-
generic
Fix for bug # 4185525 in 1.3.1_07 b01 casued a regression.
test/java/io/pathNames/GeneralWin32.java
testcase FAILED with 1.3.1_07 b01 while it's passed with previour releases.
It throws java.io.FileNotFoundException.
Attached is the standalone testcase extracted from regression testsuite.
Steps:
1. Compile *.java
2. java GeneralWin32
It's only for Windows platform.
test/java/io/pathNames/GeneralWin32.java
testcase FAILED with 1.3.1_07 b01 while it's passed with previour releases.
It throws java.io.FileNotFoundException.
Attached is the standalone testcase extracted from regression testsuite.
Steps:
1. Compile *.java
2. java GeneralWin32
It's only for Windows platform.
- relates to
-
JDK-4185525 java.io: Cannot create files with full Unicode names (Win32/NT)
- Resolved
-
JDK-4032066 java.io: File classes do not recognize Windows UNC filenames (win32)
- Closed