We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have the need to only redirect certain url's that contain a specific suffix, example: .../content/company/nl/page.html/pdf.html.
.../content/company/nl/page.html/pdf.html
This seems not possible with the current redirect manager as the suffix is always stripped in the evaluation of the rule.
The text was updated successfully, but these errors were encountered:
#2980 Add possibility to evaluate redirect rule on request URI (#2981)
0de81d0
* Add possibility to evaluate redirect rule on request URI instead of only resource path Co-authored-by: Bart Thierens <[email protected]> Co-authored-by: bart.thierens <[email protected]> Co-authored-by: Yegor Kozlov <[email protected]>
YegorKozlov
No branches or pull requests
Feature request: allow evaluating redirect rules as request URI instead of the Sling resource path
We have the need to only redirect certain url's that contain a specific suffix, example:
.../content/company/nl/page.html/pdf.html
.This seems not possible with the current redirect manager as the suffix is always stripped in the evaluation of the rule.
The text was updated successfully, but these errors were encountered: