We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41e8b6 commit bde052fCopy full SHA for bde052f
src/main/java/cn/com/ttblog/ssmbootstrap_table/filter/InjectionAttackWrapper.java
@@ -102,7 +102,6 @@ public Cookie[] getCookies() {
102
for (int i = 0; i < existingCookies.length; ++i) {
103
Cookie cookie = existingCookies[i];
104
cookie.setValue(filterParamString(cookie.getValue()));
105
- existingCookies[i]=cookie;
106
}
107
108
return existingCookies;
0 commit comments