-
Bug
-
Resolution: Done
-
Critical
-
2.0.4.Final
-
None
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, and a transformer mapped for /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.
- blocks
-
WFLY-5494 Fix Infinispan subsystem cache store properties transformations and improve testing
- Closed
-
WFLY-5927 Transformation tests that were failing due to WFCORE-1210 are still disabled
- Closed
- is cloned by
-
JBEAP-2363 Transformations are not triggered for aliases
- Closed