RuoYi
2022-04-15 68a616d7c7f1522986462a37f0b23c7bffb69fbe
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;
            }