Vedran Mikulcic created AS7-6512:
------------------------------------
Summary: For CLI entered values, escape character for backslash '\'
is not the expected '\\' but '\\\\'
Key: AS7-6512
URL:
https://issues.jboss.org/browse/AS7-6512
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.1.1.Final
Reporter: Vedran Mikulcic
Assignee: Alexey Loubyansky
Priority: Minor
When trying to use the backslash-backslash escape sequence, backslash is ignored:
{noformat}
/subsystem=datasources/xa-data-source=MyDatabase/xa-datasource-properties=ServerName:add(value="MSSQLServer\\InstanceName")
{noformat}
this results in:
{code}
<xa-datasource-property
name="ServerName">MSSQLServerInstanceName</xa-datasource-property>{code}
--
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