aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-04-28 10:40:53 +0200
committerBadlop <badlop@process-one.net>2010-04-28 20:06:27 +0200
commitcd9e1621f907ca21be065c927ded2af63cf19ce6 (patch)
treed01e3b84aa24d0efb614137ca253350eb642083f /src
parentMinor fixes in listeners options list (diff)
Add xml default content type (thanks to Aaron Winborn)(EJAB-1214)
Diffstat (limited to 'src')
-rw-r--r--src/web/mod_http_fileserver.erl1
1 files changed, 1 insertions, 0 deletions
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"}]).