get a controller method name in a Spring filter
I have a SpringBoot 2.6.14 WebApp and I’m using a Spring OncePerRequestFilter
to log some information about the HTTP request and response.
I have a SpringBoot 2.6.14 WebApp and I’m using a Spring OncePerRequestFilter
to log some information about the HTTP request and response.