From cd9e1621f907ca21be065c927ded2af63cf19ce6 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 28 Apr 2010 10:40:53 +0200 Subject: [PATCH] Add xml default content type (thanks to Aaron Winborn)(EJAB-1214) --- src/web/mod_http_fileserver.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/mod_http_fileserver.erl b/src/web/mod_http_fileserver.erl index 3f324a1db..839964052 100644 --- a/src/web/mod_http_fileserver.erl +++ b/src/web/mod_http_fileserver.erl @@ -91,6 +91,7 @@ {".js", "text/javascript"}, {".png", "image/png"}, {".txt", "text/plain"}, + {".xml", "application/xml"}, {".xpi", "application/x-xpinstall"}, {".xul", "application/vnd.mozilla.xul+xml"}]).