Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-24 Thread Steve Hay
I see the compat/request.t failure too, but I also got that in my 2.0.10 setup. (I also get modperl/env.t, modperl/setupenv.t and preconnection.note.t failures, which also occurred in 2.0.10, plus some lingering filter/in_bbs_inject_header.t failures that occurred in 2.0.10 which I thought would b

Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-24 Thread Steve Hay
Actually, the compat/request.t failure was a trivial fix - done in rev. 1867432. I will make an RC2 with this fix. Thanks for prompting me to look! :-) On Tue, 24 Sep 2019 at 08:19, Steve Hay wrote: > > I see the compat/request.t failure too, but I also got that in my 2.0.10 > setup. > > (I also

Setting a MIME type on $r->custom_response

2019-09-24 Thread Andrew Green
Hi all, Is it possible to get $r->custom_response to respond using a MIME type other than text/html? I’m writing a mod_perl application that’s intended to work with someone else’s React front end. My code therefore just sends JSON. For an authentication failure, I can use custom_response to s

AW: Setting a MIME type on $r->custom_response

2019-09-24 Thread Andreas Mock
Hi Andrew, have a look at $r->err_headers_out->add('Content-Type' => 'bla bla'); Best regards Andreas Von: Andrew Green Gesendet: Dienstag, 24. September 2019 18:39 An: modperl@perl.apache.org Betreff: Setting a MIME type on $r->custom_response Hi all, Is it possible to

[RELEASE CANDIDATE] mod_perl-2.0.11 RC2

2019-09-24 Thread Steve Hay
Please download, test, and report back on this mod_perl 2.0.11 release candidate. https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc2.tar.gz MD5 = abc2c2168121a09b0fc3b6fc6adc00bd SHA1 = 36ee7626506a3a461118b3957814dfe9331ef1de Changes since RC1 are as follows: Fix [CVE-2011-2767]

Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC2

2019-09-24 Thread Adam Prime
Still seeing the t/api/request_rec.t failures, which do not occur with the same machine and same settings with 2.0.10. It's failing after the mtime test, before the finfo test. Test Summary Report --- t/api/request_rec.t (Wstat: 0 Tests: 43 Failed: 0) Parse e