Commit 83a43af2 authored by liaozan's avatar liaozan 🏀

Polish

parent db73985f
...@@ -21,7 +21,7 @@ public class ContentCachingServletUtils { ...@@ -21,7 +21,7 @@ public class ContentCachingServletUtils {
if (request instanceof ContentCachingRequestWrapper) { if (request instanceof ContentCachingRequestWrapper) {
return (ContentCachingRequestWrapper) request; return (ContentCachingRequestWrapper) request;
} else { } else {
return new ContentCachingRequestWrapper(request, request.getContentLength()); return new ContentCachingRequestWrapper(request);
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment