Open GoogleCodeExporter opened 9 years ago
Original comment by riccardo.murri@gmail.com
on 17 Aug 2012 at 11:46
In addition, we should ensure that consistent quoting is applied to
all arguments. (The functions `sh_quote_safe` and `sh_quote_unsafe` in
`gc3libs.utils` were made for this purpose.)
In theory, `sh_quote_safe` is the way to go. However, the ARC backend
does the equivalent of `sh_quote_unsafe` and some Application objects
depend on it, e.g., using an environment variable instead of the
path/name of a command.
So, apply `sh_quote_unsafe` to all argv-vectors in every backend
except ARC (the ARC middleware already does this on their own).
Original comment by riccardo.murri@gmail.com
on 18 Jan 2013 at 9:54
Also see issue 465 re: the quoting issue.
Original comment by riccardo.murri@gmail.com
on 13 Oct 2014 at 3:35
Original comment by riccardo.murri@gmail.com
on 14 Oct 2014 at 10:04
Original issue reported on code.google.com by
riccardo.murri@gmail.com
on 8 Aug 2012 at 6:48