RuoYi
2021-10-10 4fdb0f48ec1f7833d37db1b995ff1b05d0310e6e
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;
            }