[
https://issues.jboss.org/browse/WFCORE-1210?page=com.atlassian.jira.plugi...
]
Kabir Khan updated WFCORE-1210:
-------------------------------
Description:
Currently only operations passed in to the controller by the client are passed over to the
transformers. So if you have an alias /an=alias mapping to /some=resource:
/some=resource:add gets transformed
/an=alias:add does not get transformed.
Behind the scenes /an=alias:add ends up in AliasStepHandler, which adds the step to invoke
the real /some=resource:add. Unfortunately the /some=resource:add does not get passed to
the transformers.
The transformer framework should use the same logic as AliasStepHandler to map the alias
to the real address and the transform that.
was:
Currently only operations passed in to the controller by the client are passed over to the
transformers. So if you have an alias /an=alias mapping to /some=resource:
/some=resource:add
[14:19] Kabir Khan: perhaps the transformer framework should be smart enough to map the
alias to the real address and then transform that
Transformations are not triggered for aliases
---------------------------------------------
Key: WFCORE-1210
URL:
https://issues.jboss.org/browse/WFCORE-1210
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.4.Final
Reporter: Radoslav Husar
Assignee: Kabir Khan
Priority: Critical
Fix For: 2.0.5.Final
Currently only operations passed in to the controller by the client are passed over to
the transformers. So if you have an alias /an=alias mapping to /some=resource:
/some=resource:add gets transformed
/an=alias:add does not get transformed.
Behind the scenes /an=alias:add ends up in AliasStepHandler, which adds the step to
invoke the real /some=resource:add. Unfortunately the /some=resource:add does not get
passed to the transformers.
The transformer framework should use the same logic as AliasStepHandler to map the alias
to the real address and the transform that.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)