Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193915 - www-servers/apache-2.2.6-r1: AddDefaultCharset broken
Summary: www-servers/apache-2.2.6-r1: AddDefaultCharset broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 22:39 UTC by cilly
Modified: 2007-11-29 14:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cilly 2007-09-26 22:39:00 UTC
The directive AddDefaultCharset is broken.

i.e. adding:

AddDefaultCharset UTF-8

doesn't work out.
Comment 1 cilly 2007-10-13 01:05:53 UTC
This is not an upstream bug, I double checked with upstream already.
Comment 2 cilly 2007-10-31 12:06:25 UTC
Addition Info & Steps to reproduce:

1. set the direcitve:

AddDefaultCharset UTF-8

2. use indexing to list a directory

The directory is served as ISO instead of UTF.

Double checked with upstream: in original apache the issue is not present.
Comment 3 cilly 2007-11-29 10:26:28 UTC
The bug appears only while using directory index. I assume, it is related to the mod_dir patch.
Comment 4 cilly 2007-11-29 14:46:20 UTC
solved:

use:

 IndexOptions Charset=UTF-8