-
Notifications
You must be signed in to change notification settings - Fork 607
Open
Description
The txt file export described in https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/subpages/rewritemap.html should be clarified in terms of
- which values are contained in each line (https://httpd.apache.org/docs/current/rewrite/rewritemap.html#txt is very agnostic
- how is Sling mapping being performed to the 2nd argument per line when it contains backreferences?
- how is Sling mapping being performed to the 1st argument (if at all)
- to which degree regular expressions ar being supported (as mod_rewrite uses PCRE as outlined in https://httpd.apache.org/docs/current/rewrite/intro.html#regex), this supports things like
%{VARNAME}as well.
I would assume that there are certain edge cases which lead to incorrect redirects (when being performed in Apache HTTPD).
Also it is not exactly clear what it is matched against (as the Sling URL decomposition cannot be performed by Apache: https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html)
Metadata
Metadata
Assignees
Labels
No labels