!79 修复issue I14L0S

Merge pull request !79 from dongqinging/v5-dev
This commit is contained in:
Looly 2019-11-09 13:38:08 +08:00 committed by Gitee
commit 2244f63adc

View File

@ -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;
} }