Bug 455123

Summary: IndexOptions directive: funny characters when displaying files with accents
Product: [Fedora] Fedora Reporter: Steven Moix <steven.moix>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-23 14:03:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steven Moix 2008-07-12 11:44:27 UTC
Description of problem: 
With the default IndexOptions directive in httpd.conf (IndexOptions
FancyIndexing VersionSort NameWidth=* HTMLTable), files with accents (é, ü,
à...) aren't displayed correctly.

Version-Release number of selected component (if applicable): 
httpd-2.2.8-3.i386, but probably with each other version too.

How reproducible:
On every Fedora installation with the default configuration.


Steps to Reproduce:
1. Install httpd
2. Create a file with accents in it's name, for example été.txt
3. Browse to the directory with a browser
  
Actual results:
Accents aren't displayed correctly.

Expected results:
Display accents in file names.

Additional info:
By modifying the IndexOptions directive to "IndexOptions FancyIndexing
VersionSort NameWidth=* HTMLTable Charset=UTF-8" it solves the problem.

Comment 1 Joe Orton 2009-02-23 14:03:55 UTC
This was done in the Raw Hide (Fedora 11) package; usually we don't backport httpd.conf changes to avoid .rpmnew/etc spam, and since they won't take for many users anyway.

Thanks for the report!