|
|
@@ -142,7 +142,7 @@ public class ServletUtils
|
|
142
|
142
|
|
|
143
|
143
|
public static Map<String, String> getHeaders(HttpServletRequest request)
|
|
144
|
144
|
{
|
|
145
|
|
- Map<String, String> map = new LinkedHashMap<>();
|
|
|
145
|
+ Map<String, String> map = new LinkedCaseInsensitiveMap<>();
|
|
146
|
146
|
Enumeration<String> enumeration = request.getHeaderNames();
|
|
147
|
147
|
if (enumeration != null)
|
|
148
|
148
|
{
|