Jose wrote Re. New test: subrequests and content negotiation
on Fri, 10 Aug 2007 03:44:49 -0700
>
> The test consists on overloading the charset to utf-8:
>        AddType text/html; charset=utf-8        html/htm

I believe the mistaken assumption is that charset can be used in this way.
AddCharset should be used in this case.

If no AddCharset is applied, AddDefaultCharset takes over.

http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addcharset
http://httpd.apache.org/docs/2.2/mod/core.html#adddefaultcharset

Is that the origin of this observed 'flaw'?

Reply via email to