From: Joe Orton Date: Thu, 13 Nov 2025 09:43:43 +0000 (+0000) Subject: feat: add vnd.sqlite3 mime type and extensions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3122c0aed43b07fc85679e8676b241b8f436e4aa;p=thirdparty%2Fapache%2Fhttpd.git feat: add vnd.sqlite3 mime type and extensions 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 --- 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