-
Enhancement
-
Resolution: Fixed
-
P3
-
18
-
b23
The three methods of java.lang.Runtime that accept a single command line string and break it into arguments should be deprecated.
The tokenization uses only whitespace characters, ignoring quote characters.
It is error prone because it is quotes may appear in the string but are ignored.
The recommendation is to use the corresponding methods of Runtime that take an array of string arguments.
The tokenization uses only whitespace characters, ignoring quote characters.
It is error prone because it is quotes may appear in the string but are ignored.
The recommendation is to use the corresponding methods of Runtime that take an array of string arguments.
- csr for
-
JDK-8276412 Deprecate Runtime.exec methods with a single string command line argument
-
- Closed
-
- relates to
-
JDK-8278422 Replace use of deprecated single string variant of Runtime.exec method
-
- Resolved
-