Bug 58334 - WebDAV HTTP access does not include meta tag for charset
Summary: WebDAV HTTP access does not include meta tag for charset
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.4.16
Hardware: All Linux
: P2 minor (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-06 22:21 UTC by as7fdg77sd8
Modified: 2015-09-06 22:21 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description as7fdg77sd8 2015-09-06 22:21:58 UTC
Reproduction process:
1. Create a directory that contains files with names containing special characters.
2. Enable WebDAV for the directory.
3. For the same directory, add the AddDefaultCharset property and set it to e.g. UTF-8.
4. Attempt to access the folder via a web browser client.

Expected result*:
The generated HTML does not contain a meta tag

Actual result:
The generated HTML does not contain a meta tag

Desired/intuitive result:
The generated HTML contains a meta tag with the specified charset.



* As explained at https://httpd.apache.org/docs/current/mod/core.html#adddefaultcharset