[Bug 64339] mod_proxy_html changing docx header / file content, leading to corrupt documents

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64339 Joe Orton changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 64339] mod_proxy_html changing docx header / file content, leading to corrupt documents

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64339 --- Comment #15 from Joe Orton --- So in fact I should have been testing on 2.4 rather than trunk and I would not have wasted half a day on this! :) https://github.com/apache/httpd/commit/c57a036dc3e116f5a397bd6a97da77dd6b503a83 significantly

[Bug 64339] mod_proxy_html changing docx header / file content, leading to corrupt documents

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64339 --- Comment #14 from Joe Orton --- 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