mirror of
https://gitee.com/dromara/hutool.git
synced 2026-01-22 02:52:02 +08:00
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user