Re: request and response body logging for async servlets

2020-08-12 Thread Mark Thomas
On 12/08/2020 17:50, Suraj Puvvada wrote: > I'm trying to capture the request and response body for async servlets. > Currently I'm using a filter to wrap the request and response via the > HttpServletRequestWrapper and HttpServletResponseWrapper and wrap the > InputStream and OutputStream objects

request and response body logging for async servlets

2020-08-12 Thread Suraj Puvvada
I'm trying to capture the request and response body for async servlets. Currently I'm using a filter to wrap the request and response via the HttpServletRequestWrapper and HttpServletResponseWrapper and wrap the InputStream and OutputStream objects and copy the data whenever read or write calls are