Hi all
Was trying to register a filter by including the path, extension and suffix.
EngineConstants.SLING_FILTER_PATTERN +
"=/content/site/getting-started.html/callback/.*”Its not working. Doing internet searches I found https://issues.apache.org/jira/browse/SLING-7759 <https://issues.apache.org/jira/browse/SLING-7759> So as of now, there is no way to include a suffix in a Servlet Filter pattern? Thanks Cris Rockwell
