From f4bd6074f1e0d9e83647f3b7bc94438b23a7a098 Mon Sep 17 00:00:00 2001 From: Redkale <22250530@qq.com> Date: Sat, 2 Jul 2016 21:27:52 +0800 Subject: [PATCH] --- src/org/redkale/net/http/MimeType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/redkale/net/http/MimeType.java b/src/org/redkale/net/http/MimeType.java index b96c6a3be..94f659119 100644 --- a/src/org/redkale/net/http/MimeType.java +++ b/src/org/redkale/net/http/MimeType.java @@ -57,6 +57,7 @@ public class MimeType { contentTypes.put("htm", "text/html"); contentTypes.put("html", "text/html"); contentTypes.put("hqx", "application/mac-binhex40"); + contentTypes.put("ico", "image/x-icon"); contentTypes.put("ief", "image/ief"); contentTypes.put("jad", "text/vnd.sun.j2me.app-descriptor"); contentTypes.put("jar", "application/java-archive");