I/O error while reading input message; nested exception is java.io.IOException: Stream closed

I/O error while reading input message; nested exception is java.io.IOException: Stream closed

I/O error while reading input message; nested exception is java.io.IOException: Stream closed
filterChain.doFilter() 参数应该为mrw 而不是Request
原因就是在拦截器已经读取了请求体中的内容,这时候请求的流中已经没有了数据

上一篇:Es7 JavaApi 常用方法


下一篇:15.FastAPI 框架错误处理