Re: [users@httpd] [patch] Apache converts GZIPed data into UTF-8 - 2nd Act

2019-04-15 Thread Peter
On Mon, Apr 15, 2019 at 11:43:21PM +0100, Nick Kew wrote: Hi Nick, ! OK, I've looked. me too. ;) ! What I'd like to do - pass responsibility back to the module ! that inserted the xml2enc filter - calls for a minor API ! change, so isn't going to happen in 2.4.x. A variant on ! that approach m

Re: [users@httpd] [patch] Apache converts GZIPed data into UTF-8 - 2nd Act

2019-04-15 Thread Peter
On Mon, Apr 15, 2019 at 05:21:27PM +0100, Nick Kew wrote: ! > Oh, nobody has an answer to the issue? ! ! Well I might have done, but I was out rehearsing and performing Bach, ! not reading your email! Oh, You're perfectly welcome to do so! In fact I was just hoping for *any* reply - I didn't hav

Re: [users@httpd] [patch] Apache converts GZIPed data into UTF-8 - 2nd Act

2019-04-15 Thread Nick Kew
On Mon, 15 Apr 2019 17:21:27 +0100 Nick Kew wrote: > Hmm. Your fix does the job for you, but shouldn't be necessary. > > I'm thinking, mod_proxy_html does the right thing removing itself. > mod_xml2enc should do the same when inserted by mod_proxy_html. > That should be straightforward to fix.

Re: [users@httpd] [patch] Apache converts GZIPed data into UTF-8 - 2nd Act

2019-04-15 Thread Nick Kew
> On 15 Apr 2019, at 14:44, Peter wrote: > > > Oh, nobody has an answer to the issue? Well I might have done, but I was out rehearsing and performing Bach, not reading your email! > Okay... > > Investigating, it appears that mod_xml2enc indeed grabs everything it > can lay hands on, if onl

[users@httpd] [patch] Apache converts GZIPed data into UTF-8 - 2nd Act

2019-04-15 Thread Peter
Oh, nobody has an answer to the issue? Okay... Investigating, it appears that mod_xml2enc indeed grabs everything it can lay hands on, if only it is tagged as some 'text/whatver', and "converts" it (assuming it were ISO8859-1), no matter the damage, and giving a f*** damn on compressed data. :(