The Unicode character fix that was implemented as part of CRUC-4793 causes ExternalProcess to fail for commandline arguments with spaces in them. Because the shell now expands the command-line arguments, arguments with spaces in them are no longer recognised as a single argument by the external process that is being spawned.
- is a regression of
-
FE-3197 Implement the fix mentioned in the JVM bugtracker
- Closed