[
https://issues.jboss.org/browse/WFLY-11981?page=com.atlassian.jira.plugin...
]
Michal Petrov commented on WFLY-11981:
--------------------------------------
[~sshriram09] from what I'm seeing this is deliberate, the DMR formatter is set to
escape backslashes and double quotes. CLI has no control over this.
CLI not able to read backslash character correctly
--------------------------------------------------
Key: WFLY-11981
URL:
https://issues.jboss.org/browse/WFLY-11981
Project: WildFly
Issue Type: Bug
Components: CLI
Affects Versions: 14.0.0.Final
Reporter: Saurabh Shriramwar
Assignee: Michal Petrov
Priority: Minor
The output for CLI read-attribute operation is confusing and not able to read/interpret
backslash characters properly.
Whereas standalone.xml include the changes properly
{code:java}
<subsystem xmlns="urn:jboss:domain:mail:3.0">
<mail-session name="default"
jndi-name="java:jboss/mail/Default">
<smtp-server outbound-socket-binding-ref="mail-smtp"
username="auth\SampleUser"/>
</mail-session>
........
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)