From 33a42aee0dbfd1ce6018ce42b578b6e3b04f271d Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Sat, 31 Jan 2009 22:54:20 +0000 Subject: [PATCH] redefine vnd.curl media types according to their documentation at http://developers.curl.com/docs/DOC-1126 instead of following their bone-headed IANA registrations. PR: 43135 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739649 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/mime.types | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/conf/mime.types b/docs/conf/mime.types index 07b4465eff..4a6b294f5c 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -232,7 +232,8 @@ application/vnd.cups-postscript application/vnd.cups-ppd ppd application/vnd.cups-raster application/vnd.cups-raw -application/vnd.curl curl +application/vnd.curl.car car +application/vnd.curl.pcurl pcurl application/vnd.cybank application/vnd.data-vision.rdz rdz application/vnd.denovo.fcselayout-link fe_launch @@ -965,7 +966,10 @@ text/troff t tr roff man me ms text/ulpfec text/uri-list uri uris urls text/vnd.abc -text/vnd.curl +text/vnd.curl curl +text/vnd.curl.dcurl dcurl +text/vnd.curl.scurl scurl +text/vnd.curl.mcurl mcurl text/vnd.dmclientscript text/vnd.esmertec.theme-descriptor text/vnd.fly fly -- 2.50.1