“getOutputStream() has already been called for this response” error while modiying response
I have two filters in my spring boot application.
One of the filters, RequestResponseLoggingFilter, resposible for request and response logging. This filter must be executed last. I can’t change its order