]
Brian Stansberry reassigned WFCORE-2564:
----------------------------------------
Assignee: (was: Brian Stansberry)
Customize resolve-path handle to handle absolute paths
------------------------------------------------------
Key: WFCORE-2564
URL:
https://issues.jboss.org/browse/WFCORE-2564
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 3.0.0.Beta9
Reporter: Jeff Mesnil
Fix For: 3.0.0.Beta11
The :resolve-path operation will always resolve the path based on the relative-to
attribute.
In the messaging subsystem, we have a different behaviour where the relative-to attribute
is *ignored* (whether it is defined or not) when the path value correponds to an absolute
path.
To be consistent with this behaviour, the :resolve-path operation builder would need
customization and specify that the relative-to attribute must be ignored when the path is
absolute.