Viktor Sadovnikov created EXEC-93:
-------------------------------------
Summary: Handling of escaped values by StringUtils
Key: EXEC-93
URL: https://issues.apache.org/jira/browse/EXEC-93
Project: Commons Exec
Issue Type: Bug
Affects Versions: 1.3, 1.4
Reporter: Viktor Sadovnikov
Fix For: 1.4
An arguments can contain an environment variable value. For example, in command
{{cd /tmp && STORAGE_DIR=/tmp resolve.sh}} {{STORAGE_DIR=/tmp}} is an argument,
which is used by {{resolve,sh}}.
However values of the variables can be more complicated and can contain escaped
quotes. Current implementation of {{StringUtils#quoteArgument(String)}} does
not handle these values correctly.
Attached patch contains fix for this problem
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)