-
Bug
-
Resolution: Done
-
Major
-
7.4.2.GA
It's not possible to check the result containing whitespace with the equals to (==) comparison operator in the "if-else" control flow in JBoss-CLI.
For example, when you have the following configuration in your standalone.xml
<system-properties> <property name="foobar" value="foo bar"/> </system-properties>
then execute the following CLI:
if (result == "foo bar") of /system-property=foobar:read-attribute(name=value) echo system property foobar == foo bar else echo system property foobar != foo bar end-if
Expected result:
system property foobar == foo bar"
Actual result:
system property foobar != foo bar
- is cloned by
-
WFCORE-5765 Unable to check the result containing whitespace with the equals to (==) comparison operator in the "if-else" control flow in JBoss-CLI
- Closed
- is incorporated by
-
JBEAP-22913 (7.4.z) Upgrade WildFly Core from 15.0.6.Final-redhat-00003 to 15.0.7.Final-redhat-00001
- Closed