From 8e4b57a4a59cb7e114c436df8f1b9ae9454b5a87 Mon Sep 17 00:00:00 2001 From: remm Date: Tue, 10 Mar 2009 12:10:20 +0000 Subject: [PATCH] - Add xiph mime types, after reading a blog. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@752078 13f79535-47bb-0310-9956-ffa450edef68 --- conf/web.xml | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/conf/web.xml b/conf/web.xml index b529c1fe9..43de8ead8 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -798,10 +798,6 @@ application/vnd.oasis.opendocument.text - ogg - application/ogg - - otg application/vnd.oasis.opendocument.graphics-template @@ -826,6 +822,47 @@ ott application/vnd.oasis.opendocument.text-template + + + ogx + application/ogg + + + ogv + video/ogg + + + oga + audio/ogg + + + ogg + audio/ogg + + + spx + audio/ogg + + + flac + audio/flac + + + anx + application/annodex + + + axa + audio/annodex + + + axv + video/annodex + + + xspf + application/xspf+xml + pbm image/x-portable-bitmap -- 2.11.0