From 7b77cb407a8fe26d2260ee9c6250f8cdbc9990b8 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 8 Jul 2006 22:55:15 +0000 Subject: [PATCH] Add open office mime-types. Port of fix for bug 39865 from TC5. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@420212 13f79535-47bb-0310-9956-ffa450edef68 --- conf/web.xml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/conf/web.xml b/conf/web.xml index 90fadaa94..4577e954d 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -770,10 +770,80 @@ application/oda + + odb + application/vnd.oasis.opendocument.database + + + + odc + application/vnd.oasis.opendocument.chart + + + + odf + application/vnd.oasis.opendocument.formula + + + + odg + application/vnd.oasis.opendocument.graphics + + + + odi + application/vnd.oasis.opendocument.image + + + + odm + application/vnd.oasis.opendocument.text-master + + + + odp + application/vnd.oasis.opendocument.presentation + + + + ods + application/vnd.oasis.opendocument.spreadsheet + + + + odt + application/vnd.oasis.opendocument.text + + ogg application/ogg + + otg + application/vnd.oasis.opendocument.graphics-template + + + + oth + application/vnd.oasis.opendocument.text-web + + + + otp + application/vnd.oasis.opendocument.presentation-template + + + + ots + application/vnd.oasis.opendocument.spreadsheet-template + + + + ott + application/vnd.oasis.opendocument.text-template + + pbm image/x-portable-bitmap -- 2.11.0