]
Michal Petrov reassigned WFLY-11981:
------------------------------------
Assignee: Michal Petrov
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}