From 6792c2a07dddfad6a5c50360f4f870b075e379fe Mon Sep 17 00:00:00 2001 From: f1ori Date: Thu, 1 Jan 2009 12:30:51 +0000 Subject: [PATCH] * change mime type of xml documents from application/xml to text/xml -> for easier Javascript requests git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5426 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- httpd.mime | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/httpd.mime b/httpd.mime index b86eb728d..188c8e3ea 100644 --- a/httpd.mime +++ b/httpd.mime @@ -75,7 +75,7 @@ ram = audio/x-pn-realaudio rar = application/x-rar rm = audio/x-pn-realaudio-plugin rpm = audio/x-pn-realaudio-plugin -rss = application/xml +rss = text/xml rtf = application/rtf sh = text/plain shtml = text/html @@ -96,12 +96,12 @@ txt = text/plain vcf = text/x-vcard wav = audio/x-wav wmv = video/x-ms-wmv -xhtml = application/xhtml+xml +xhtml = text/xhtml+xml xla = application/msexcel xls = application/msexcel xpi = application/x-xpinstall -xsl = application/xml -xml = application/xml +xsl = text/xml +xml = text/xml Z = application/x-compress zip = application/zip default = application/octet-stream