From 3122c0aed43b07fc85679e8676b241b8f436e4aa Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 13 Nov 2025 09:43:43 +0000 Subject: [PATCH] feat: add vnd.sqlite3 mime type and extensions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Submitted by: Alexandru Mărășteanu Github: closes #563 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929706 13f79535-47bb-0310-9956-ffa450edef68 --- changes-entries/mime-types.txt | 2 ++ docs/conf/mime.types | 1 + test/pyhttpd/conf/mime.types | 1 + 3 files changed, 4 insertions(+) create mode 100644 changes-entries/mime-types.txt diff --git a/changes-entries/mime-types.txt b/changes-entries/mime-types.txt new file mode 100644 index 00000000000..d9471b6fdc7 --- /dev/null +++ b/changes-entries/mime-types.txt @@ -0,0 +1,2 @@ + *) Updated conf/mime.types: added vnd.sqlite3. + [Alexandru Mărășteanu ] diff --git a/docs/conf/mime.types b/docs/conf/mime.types index 92ee7178aaf..bda0f6b245f 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -1090,6 +1090,7 @@ application/vnd.smart.teacher teacher application/vnd.solent.sdkm+xml sdkm sdkd application/vnd.spotfire.dxp dxp application/vnd.spotfire.sfs sfs +application/vnd.sqlite3 sqlite sqlite3 # application/vnd.sss-cod # application/vnd.sss-dtf # application/vnd.sss-ntf diff --git a/test/pyhttpd/conf/mime.types b/test/pyhttpd/conf/mime.types index 7c9f8244c13..12e3df60db3 100644 --- a/test/pyhttpd/conf/mime.types +++ b/test/pyhttpd/conf/mime.types @@ -890,6 +890,7 @@ application/vnd.smart.teacher teacher application/vnd.solent.sdkm+xml sdkm sdkd application/vnd.spotfire.dxp dxp application/vnd.spotfire.sfs sfs +application/vnd.sqlite3 sqlite sqlite3 # application/vnd.sss-cod # application/vnd.sss-dtf # application/vnd.sss-ntf -- 2.47.3