Redirect Manager : Make "Source" field - Multi Valued
Required Information
THIS IS A FEATURE REQUEST AND NOT AN BUG.
- [ ] AEM Version, including Service Packs, Cumulative Fix Packs, etc: _latest
- [ ] ACS AEM Commons Version:_latest
- [ ] Reproducible on Latest? n/a
Expected Behavior
As an redirect manager tool business user, I should be able to setup multiple pages having the same "Target". In it's current state, I have to setup multiple rules for each "source" to "target". In grand scheme of things, this is not manageable. Often this need arises when business decides to unpublish a bunch of pages across different sections of the sites and just want those to be redirected to a specific given landing page. (often regex based source rules may not always apply in all cases).
example - /abc.html -> /landing-page.html /def.html -> /landing-page.html /xyz.html -> /landing-page.html
Actual Behavior
"Source" field is single valued.
Enhancement - Make "Source" Multi valued.
Steps to Reproduce
provided above
Links
Links to related assets, e.g. content packages containing test components
@YegorKozlov - fyi
Regular expression can be used to achive it. from: /(abc|def|xyz) to: /langing-page/
Mostly just curious - are users of this typically savvy enough to write regex?