RuoYi
2021-11-22 ef4bfde4a8d43e012ade7c3e8946f4c121fc578d
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;
            }