Robert Kanter created OOZIE-1286:
------------------------------------
Summary: SSH Action does not properly handle arguments that have
spaces
Key: OOZIE-1286
URL: https://issues.apache.org/jira/browse/OOZIE-1286
Project: Oozie
Issue Type: Bug
Components: action
Affects Versions: trunk
Reporter: Robert Kanter
Assignee: Robert Kanter
Fix For: trunk
The SSH action treats arguments that have a space as separate arguments instead
of as a single argument, even if you put quotes or do similar tricks.
e.g.
{code:xml}
<command>svn</command>
<args>commit</args>
<args>-m</args>
<args>hello world</args>
{code}
This will actually send {{svn commit -m "hello" "world"}} instead of {{svn
commit -m "hello world"}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira