Hi, On Mon, Nov 16, 2020 at 4:37 PM Roy Teeuwen <r...@teeuwen.be> wrote: > ...how can you register a Filter programmatically that its inside the > SlingHttpServletRequest chain?...
As explained at https://sling.apache.org/documentation/the-sling-engine/filters.html , you need a javax.servlet.Filter OSGi service with some specific properties described there. If you search the Sling codebase for "sling.filter" you'll find some examples. -Bertrand