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