The Request Processing documentation says that the HttpServletRequestHandler pipeline can be extended by contributing a HttpServletRequestFilter into the HttpServletRequestHandler service's configuration.
I guess that one has to provide an ordered list of HttpServletRequestFilter somehow, but I didn't find a point of entry. How can it be done exactly ? Thanks in advance.