-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b116
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034471 | 7u65 | Thomas Ng | P4 | Resolved | Fixed | b01 |
JDK-8028181 | 7u60 | Thomas Ng | P4 | Closed | Fixed | b02 |
StringQuoteUtilTest.java
The method testCmdLineQuoting() failed due to space in arguments.
The code removes quotes and executes the argument and hence treats space as the end of an argument.
An escape character is required to replace space.
Suggested fix:
use "\0" instead of space (" ") in the test arguments
The method testCmdLineQuoting() failed due to space in arguments.
The code removes quotes and executes the argument and hence treats space as the end of an argument.
An escape character is required to replace space.
Suggested fix:
use "\0" instead of space (" ") in the test arguments
- backported by
-
JDK-8034471 StringQuoteUtilTest.java - testCmdLineQuoting failed due to incorrect input
-
- Resolved
-
-
JDK-8028181 StringQuoteUtilTest.java - testCmdLineQuoting failed due to incorrect input
-
- Closed
-