mirror of
https://gitee.com/dromara/hutool.git
synced 2025-07-15 14:04:33 +08:00
commit
2244f63adc
@ -416,7 +416,7 @@ public class ServletUtil {
|
||||
return null;
|
||||
}
|
||||
for (Cookie cookie : cookies) {
|
||||
cookieMap.put(cookie.getName().toLowerCase(), cookie);
|
||||
cookieMap.put(cookie.getName(), cookie);
|
||||
}
|
||||
return cookieMap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user