[jboss-jira] [JBoss JIRA] (WFLY-161) For CLI entered values, escape character for backslash '\' is not the expected '\\' but '\\\\'
Josef Cacek (JIRA)
jira-events at lists.jboss.org
Tue Aug 27 09:58:26 EDT 2013
[ https://issues.jboss.org/browse/WFLY-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josef Cacek closed WFLY-161.
----------------------------
Verified in 8.0.0.Alpha4
> For CLI entered values, escape character for backslash '\' is not the expected '\\' but '\\\\'
> ----------------------------------------------------------------------------------------------
>
> Key: WFLY-161
> URL: https://issues.jboss.org/browse/WFLY-161
> Project: WildFly
> Issue Type: Bug
> Components: CLI
> Reporter: Vedran Mikulcic
> Assignee: Alexey Loubyansky
> Priority: Minor
> Fix For: 8.0.0.Alpha1
>
>
> 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
More information about the jboss-jira
mailing list