Open
Description
Affects: 5.3.x, 6.0.x
The Spring Web MVC filters section only mentions the provided filters by the framework.
Whereas the Spring WebFlux filters section explains that WebFilter
can be used to implement filters for WebFlux.
I had expected to see in the Spring Web MVC docs to mention something similar for GenericFilterBean
or OncePerRequestFilter
that they can be used in a Servlet environment