Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 193915

Summary: www-servers/apache-2.2.6-r1: AddDefaultCharset broken
Product: Gentoo Linux Reporter: cilly <cilly>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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