You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gh-11363] Add pipe symbol escaping for Windows batch file
Windows command processor interprets pipe symbols as command separators,
causing JVM arguments with pipes to fail. This commit adds:
1. A call to escapePipes subroutine in the JVM config processing
2. An escapePipes subroutine that escapes unquoted pipe symbols with ^^^|
3. Quote-aware processing to only escape pipes outside of quotes
This ensures that JVM config files work correctly on Windows, macOS, and
Linux with proper pipe symbol handling across all platforms.
0 commit comments