Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Engine 2.6.12, Sling Servlet Annotations 1.0.0
-
None
Description
adding additional patterns to filters (right now sling.filter.pattern allows to include them based on path only):
- path passes if sling.filter.pattern (i propose we keep it for legacy & add sling.filter.pattern.path for consistency with what follow) regexp matches current path,
- selector passes if sling.filter.pattern.selector is in the selector chain,
- method passes if sling.filter.pattern.method is equals to curren method,
- suffix passes if sling.filter.pattern.suffix regep matches current suffix
Attachments
Issue Links
- breaks
-
SLING-9378 When internalRedirect and sling:match maps are added, filterPattern doesn't work
- Closed
- links to