Skip to content

Commit 3122c0a

Browse files
committed
feat: add vnd.sqlite3 mime type and extensions
Submitted by: Alexandru Mărășteanu <hello alexei.ro> Github: closes #563 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929706 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3d782af commit 3122c0a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

changes-entries/mime-types.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*) Updated conf/mime.types: added vnd.sqlite3.
2+
[Alexandru Mărășteanu <hello alexei.ro>]

docs/conf/mime.types

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ application/vnd.smart.teacher teacher
10901090
application/vnd.solent.sdkm+xml sdkm sdkd
10911091
application/vnd.spotfire.dxp dxp
10921092
application/vnd.spotfire.sfs sfs
1093+
application/vnd.sqlite3 sqlite sqlite3
10931094
# application/vnd.sss-cod
10941095
# application/vnd.sss-dtf
10951096
# application/vnd.sss-ntf

test/pyhttpd/conf/mime.types

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ application/vnd.smart.teacher teacher
890890
application/vnd.solent.sdkm+xml sdkm sdkd
891891
application/vnd.spotfire.dxp dxp
892892
application/vnd.spotfire.sfs sfs
893+
application/vnd.sqlite3 sqlite sqlite3
893894
# application/vnd.sss-cod
894895
# application/vnd.sss-dtf
895896
# application/vnd.sss-ntf

0 commit comments

Comments
 (0)