Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect Manager: support handling redirects when the request path does not start with /content #3105

Closed
1 of 3 tasks
YegorKozlov opened this issue May 17, 2023 · 0 comments
Closed
1 of 3 tasks
Assignees
Milestone

Comments

@YegorKozlov
Copy link
Contributor

Required Information

  • AEM Version, including Service Packs, Cumulative Fix Packs, etc: 6.5.12
  • ACS AEM Commons Version: 6.0.8
  • Reproducible on Latest? yes/no

Expected Behavior

Redirect manager should support handling redirects when the request path does not start with /content, .e.g.
http://localhost:4503/test

Actual Behavior

by default the Redirect Filter listens to /content/* requests:
image

there can be scenarios when one would want to handle redirects on the root level, however, setting the paths property to "/" has not effect.

Links

Links to related assets, e.g. content packages containing test components

@YegorKozlov YegorKozlov changed the title Redirect Manager: Redirect Manager: support handling redirects when the request path does not start with /content May 17, 2023
YegorKozlov added a commit to YegorKozlov/acs-aem-commons that referenced this issue May 17, 2023
…irects when the request path does not start with /content
davidjgonzalez pushed a commit that referenced this issue May 17, 2023
davidjgonzalez pushed a commit that referenced this issue Aug 7, 2023
* #3105 Redirect Manager: support handling redirects when the request path does not start with /content
* #3138 fix errors when re-ordering redirects in touch ui
* #3150 Support for case-insensitive redirect rules
@YegorKozlov YegorKozlov self-assigned this Aug 27, 2023
@YegorKozlov YegorKozlov added this to the 6.0.10 milestone Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant