[jboss-jira] [JBoss JIRA] (AS7-5701) CLI: quoting operation/command parameter values and escaping characters
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Mon Oct 8 12:22:03 EDT 2012
Alexey Loubyansky created AS7-5701:
--------------------------------------
Summary: CLI: quoting operation/command parameter values and escaping characters
Key: AS7-5701
URL: https://issues.jboss.org/browse/AS7-5701
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.1.3.Final (EAP)
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 7.2.0.Alpha1, 7.1.4.Final (EAP)
write-attribute(name=filter,value="any(not(match(\"Prepared response is\")),match(\"Scanning\"))")
results in
JBAS014688: Wrong type for filter. Expected [STRING] but was LIST
Quoted arguments should be accepted as a single string. Otherwise, the comma makes is it a list. And escaping should also work for parameter values.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list