You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Viktor Sadovnikov (JIRA)" <ji...@apache.org> on 2015/03/18 14:28:38 UTC

[jira] [Created] (EXEC-93) Handling of escaped values by StringUtils

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)