]
Brian Stansberry moved WFLY-1677 to WFCORE-592:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-592 (was: WFLY-1677)
Component/s: Domain Management
Remoting
(was: Domain Management)
(was: Remoting)
Suspect handling of SaslPolicyResource attributes
-------------------------------------------------
Key: WFCORE-592
URL:
https://issues.jboss.org/browse/WFCORE-592
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Remoting
Reporter: Brian Stansberry
The SaslPolicyResource attribute all have a default value of "true" but their
handling in the runtime OSH is resulting in "true" not being propagated to the
remoting services if the attribute is undefined. And looking at how org.jboss.sasl works,
it seems that for at least some of these the actual behavior if not set is
"false". So either our metadata is wrong, or the intended value isn't
getting passed to remoting. I expect its the former.
Either way, once the metadata is correct the OSH should be passing the AD's default
value into remoting, not ignoring it.
See
https://github.com/wildfly/wildfly/pull/4733/files#diff-28