Commit dcf5529c authored by yanzg's avatar yanzg

异常处理显示

parent 49f746ab
...@@ -76,7 +76,7 @@ public class CookiesHelper { ...@@ -76,7 +76,7 @@ public class CookiesHelper {
} }
} else if (itemKey.startsWith(key)) { } else if (itemKey.startsWith(key)) {
removeCookie(response, itemKey); removeCookie(response, itemKey);
map.put(key, itemValue); map.put(itemKey, itemValue);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment