[
https://issues.jboss.org/browse/FORGE-85?page=com.atlassian.jira.plugin.s...
]
Lincoln Baxter III commented on FORGE-85:
-----------------------------------------
Shameera, it's fantastic that you found the root cause! However, I don't think
that testing for an individual plugin is the solution here.
For instance, using your patch, this would still fail when using an '!' in any
other command.
Shell cannot parse command values containing '!' exclaimation
points
--------------------------------------------------------------------
Key: FORGE-85
URL:
https://issues.jboss.org/browse/FORGE-85
Project: Forge
Issue Type: Bug
Components: Shell
Affects Versions: 1.0.0.Beta2
Reporter: Lincoln Baxter III
Assignee: Mike Brock
Priority: Critical
Fix For: 1.0.2.Final
Attachments: Forge-85.patch
{code}
[pfdemo] pfdemo $ echo sdfdf!
sdfdf !
[pfdemo] pfdemo $ echo sdfdf!sdf
***ERROR*** Exception encountered: !sdf: event not found (type "set VERBOSE
true" to enable stack traces)
[pfdemo] pfdemo $
[pfdemo] pfdemo $ echo 'asdf!asdf`
***ERROR*** Exception encountered: !asdf`: event not found (type "set VERBOSE
true" to enable stack traces)
[pfdemo] pfdemo $
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira