XCSDN
2022-04-07 c0d430f4e5adf08129c2610d9d2b5446bb19c0d6
ruoyi-common/src/main/java/com/ruoyi/common/filter/XssHttpServletRequestWrapper.java
@@ -80,7 +80,8 @@
            }
            @Override
            public int available() throws IOException {
            public int available() throws IOException
            {
                return jsonBytes.length;
            }