[jboss-jira] [JBoss JIRA] (WFCORE-451) ResolveExpressionHandler is overly simplistic in expression resolution
Brian Stansberry (JIRA)
issues at jboss.org
Mon Dec 8 11:16:39 EST 2014
Brian Stansberry created WFCORE-451:
---------------------------------------
Summary: ResolveExpressionHandler is overly simplistic in expression resolution
Key: WFCORE-451
URL: https://issues.jboss.org/browse/WFCORE-451
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Alpha14
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 1.0.0.Beta1
ResolveExpressionHandler deliberately does not make use of the full range of expression resolutions sources, because by design the intent is not to support vault resolution.
However, the way it implements that limitation is by simply calling ModelNode.resolve(). That is overly restrictive, as DMR alone does not support other valid resolution features, i.e. nested expressions and recursive resolution.
Fix is to switch the handler to use an ExpressionResolver impl, just one that doesn't plug in the vault resolver.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list