* 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
pull/1/head
f1ori 16 years ago
parent cb1e887027
commit 6792c2a07d

@ -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

Loading…
Cancel
Save