Skip to content

Commit be134a5

Browse files
committed
remove useless code
1 parent f33663c commit be134a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/cn/com/ttblog/ssmbootstrap_table/filter/InjectionAttackWrapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public Cookie[] getCookies() {
102102
for (int i = 0; i < existingCookies.length; ++i) {
103103
Cookie cookie = existingCookies[i];
104104
cookie.setValue(filterParamString(cookie.getValue()));
105-
existingCookies[i]=cookie;
106105
}
107106
}
108107
return existingCookies;

0 commit comments

Comments
 (0)