]
RH Bugzilla Integration commented on WFCORE-281:
------------------------------------------------
Kabir Khan <kkhan(a)redhat.com> changed the Status of [bug
Unable to check result "undefined" in cli
-----------------------------------------
Key: WFCORE-281
URL:
https://issues.jboss.org/browse/WFCORE-281
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 1.0.0.Alpha13
Reporter: Joe Wertz
Assignee: Joe Wertz
Priority: Minor
Fix For: 1.0.0.Alpha14
if-else constructs in the CLI can't compare against undefined attribute results.
Attempt to create any 'if (result == undefined)' algorithms will always return
false. The value-comparison can't handle undefined attributes.