[jboss-jira] [JBoss JIRA] (WFLY-2316) Make ResourceTransformationDescriptionBuilder.addChildRedirection(PathElement current, PathElement legacy) handle wildcard redirects.
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Wed Oct 16 06:43:02 EDT 2013
[ https://issues.jboss.org/browse/WFLY-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan updated WFLY-2316:
-----------------------------
Description:
It works fine for current:child=one, legacy:new-child=two, so that child=one gets redirected to new-child=two.
However, it would be nice to make it work with wildcards. e.g. {{current:child=\*}}, {{legacy:new-child=\*}} so that child=test gets redirected to new-child=test, child=other to new-child=other etc.
was:
It works fine for current:child=one, legacy:new-child=two, so that child=one gets redirected to new-child=two.
However, it would be nice to make it work with wildcards. e.g. current:child=*, legacy:new-child=* so that child=test gets redirected to new-child=test, child=other to new-child=other etc.
> Make ResourceTransformationDescriptionBuilder.addChildRedirection(PathElement current, PathElement legacy) handle wildcard redirects.
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-2316
> URL: https://issues.jboss.org/browse/WFLY-2316
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Kabir Khan
> Assignee: Kabir Khan
> Fix For: 8.0.0.CR1
>
>
> It works fine for current:child=one, legacy:new-child=two, so that child=one gets redirected to new-child=two.
> However, it would be nice to make it work with wildcards. e.g. {{current:child=\*}}, {{legacy:new-child=\*}} so that child=test gets redirected to new-child=test, child=other to new-child=other etc.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list