Arun Mahadevan created STORM-1550:
-------------------------------------
Summary: Fix storm.cmd to pass url-encoded options
Key: STORM-1550
URL: https://issues.apache.org/jira/browse/STORM-1550
Project: Apache Storm
Issue Type: Bug
Reporter: Arun Mahadevan
Windows 'storm.cmd' should url-encode options passed in storm.options similar
to storm.py.
The regex that splits the options (org.apache.storm.utils.Utils) can be
simplified to `split(",")` once this is done. The regex can currently produce
undesired effect if invalid Json strings are passed via `storm.cmd` in windows.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)