https://bz.apache.org/bugzilla/show_bug.cgi?id=64339

--- Comment #14 from Joe Orton <[email protected]> ---
Thanks. I think what I was missing here is that mod_proxy_html/mod_xml2enc it
not actually transforming the content of the responses, which can really only
happen for HTML documents if I'm following the code correctly.

The bug is "merely" adding "charset=utf-8" unnecessarily, which then changes
the client interpretation of the response data so that it appears corrupt when
it would otherwise have been correctly interpreted as (e.g.) ISO-8859-1.

I think with the latest patch in https://github.com/apache/httpd/pull/409 the
behaviour is not changed for most cases compared to the current 2.4.58 code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to