/[Apache-SVN]
ViewVC logotype

Revision 1884505


Jump to revision: Previous Next
Author: jorton
Date: Wed Dec 16 16:23:23 2020 UTC (3 years, 4 months ago)
Changed paths: 2
Log Message:
The Microsoft OOXML format uses xml packaged into a zip file, and has
mimetypes like:

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

This mimetypes contains 'xml', but is unfortunately not an xml file.

xml2enc processes these files (in particular, when mod_proxy_html is
used), typically resulting in them being corrupted as it seems to
attempt to perform a ISO-8859-1 to UTF-8 conversion on them.

* modules/filters/mod_xml2enc.c (xml2enc_ffunc): Restrict test for XML
  types to matching "+xml".

Submitted by: Joseph Heenan <joseph.heenan fintechlabs.io>
PR: 64339
Github: closes #150


Changed paths

Path Details
Directoryhttpd/httpd/trunk/changes-entries/pr64339.txt added
Directoryhttpd/httpd/trunk/modules/filters/mod_xml2enc.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26