filterChain.doFilter() parameter should be mrw instead of Request
filterChain.doFilter()
mrw
Request
The reason is that the interceptor has read the content in the request body, and there is no data in the requested stream at this time