coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Automatically escape wildcard characters in remote commands #178

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

When attempting to execute an application remotely on a system that is using tcsh and the command line includes wildcard characters (like *), tcsh will "glob" and corrupt the command line.

To ensure that globing does not occur on wildcards we need to quote or escape them.

The following provides details:

http://stackoverflow.com/questions/11456403/stop-shell-wildcard-character-expansion

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-178

brianoliver commented 9 years ago

Reported by @brianoliver

brianoliver commented 9 years ago

Marked as fixed by @brianoliver on Thursday, October 30th 2014, 5:08:36 pm