[jboss-jira] [JBoss JIRA] (AS7-4766) Implement aliases in the controller
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Thu May 10 12:38:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan updated AS7-4766:
----------------------------
Git Pull Request: https://github.com/jbossas/jboss-as/pull/2289 (was: https://github.com/jbossas/jboss-as/pull/2289)
Description:
It should be possible to map a resource path address onto another one.
The main use-case at the moment is in the web subsystem (see linked issue) where we have 'strange' paths like
ssl=>configuration and sso=>configuration which should be configuration=>ssl and configuration=>sso.
So the idea is to be able to alias ssl=>configuration onto configuration=>ssl to move the model to the proper structure while preserving compatibility for older clients.
Add an 'include-aliases' parameter to :read-resource and :read-resource-description to avoid polluting the output with aliases unless requested.
was:It should be possible to map a path address onto another one
> Implement aliases in the controller
> -----------------------------------
>
> Key: AS7-4766
> URL: https://issues.jboss.org/browse/AS7-4766
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Kabir Khan
> Assignee: Kabir Khan
> Fix For: 7.2.0.Alpha1
>
>
> It should be possible to map a resource path address onto another one.
> The main use-case at the moment is in the web subsystem (see linked issue) where we have 'strange' paths like
> ssl=>configuration and sso=>configuration which should be configuration=>ssl and configuration=>sso.
> So the idea is to be able to alias ssl=>configuration onto configuration=>ssl to move the model to the proper structure while preserving compatibility for older clients.
> Add an 'include-aliases' parameter to :read-resource and :read-resource-description to avoid polluting the output with aliases unless requested.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list