Skip to content

Commit c732147

Browse files
committed
Merge r1915651, r1916381, r1920589, r1923133 from trunk: [under CTR for docs]
mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. PR: 66148, 67039 Submitted by: Michal Maloszewski <michal.maloszewski canonical.com> Fix BrowserMatch for gvfs. PR: 66148 Submitted by: Romain Tartière <romain blogreen.org> Add jxl mime type Submitted by: printfn <printfn users.noreply.github.com> Github: closes #478 Fix typo in charset.conv \"Croation\" is a misspelling. It should be \"Croatian\". Submitted by: Michael Hospedales <hospedales me.com> Github: closes #508 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923263 13f79535-47bb-0310-9956-ffa450edef68
1 parent d14aa6c commit c732147

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*) mod_dav: Update redirect-carefully example BrowserMatch config
2+
to match more recent client versions. PR 66148, 67039.
3+
[Michal Maloszewski <michal.maloszewski canonical.com>,
4+
Romain Tartière <romain blogreen.org>]

docs/conf/charset.conv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ zh-cn GB2312 Chinese-Simplified
1212
zh-tw Cp950 Chinese
1313
cs ISO-8859-2 Czech
1414
hu ISO-8859-2 Hungarian
15-
hr ISO-8859-2 Croation
15+
hr ISO-8859-2 Croatian
1616
pl ISO-8859-2 Polish
1717
ro ISO-8859-2 Romanian
1818
sr ISO-8859-2 Serbian
@@ -52,4 +52,4 @@ ar ISO-8859-6 Arabic
5252
et ISO-8859-1 Estonian
5353
lv ISO-8859-2 Latvian
5454
lt ISO-8859-2 Lithuanian
55-
55+

docs/conf/extra/httpd-dav.conf.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ Alias /uploads "@@ServerRoot@@/uploads"
4343
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
4444
BrowserMatch "MS FrontPage" redirect-carefully
4545
BrowserMatch "^WebDrive" redirect-carefully
46-
BrowserMatch "^WebDAVFS/1.[01234]" redirect-carefully
47-
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
46+
BrowserMatch "^WebDAVFS/1\.[012]" redirect-carefully
47+
BrowserMatch "^gnome-vfs/1\.0" redirect-carefully
48+
BrowserMatch "^gvfs/1" redirect-carefully
4849
BrowserMatch "^XML Spy" redirect-carefully
4950
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
5051
BrowserMatch " Konqueror/4" redirect-carefully
52+
BrowserMatch " Konqueror/5" redirect-carefully
53+
BrowserMatch " dolphin/" redirect-carefully

docs/conf/mime.types

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,7 @@ image/ief ief
15531553
image/jpeg jpeg jpg jpe
15541554
# image/jpm
15551555
# image/jpx
1556+
image/jxl jxl
15561557
image/ktx ktx
15571558
# image/naplps
15581559
image/png png

test/pyhttpd/conf/mime.types

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,7 @@ image/ief ief
13191319
image/jpeg jpeg jpg jpe
13201320
# image/jpm
13211321
# image/jpx
1322+
image/jxl jxl
13221323
image/ktx ktx
13231324
# image/naplps
13241325
image/png png

0 commit comments

Comments
 (0)