[jboss-jira] [JBoss JIRA] (WFCORE-451) ResolveExpressionHandler is overly simplistic in expression resolution
RH Bugzilla Integration (JIRA)
issues at jboss.org
Mon Dec 8 11:23:39 EST 2014
[ https://issues.jboss.org/browse/WFCORE-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated WFCORE-451:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1171809
> 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