Re: Failing test t/apache/pr64339.t

2024-04-03 Thread Rainer Jung
Am 03.04.24 um 09:52 schrieb Joe Orton: On Tue, Apr 02, 2024 at 08:46:46PM -0400, Eric Covener wrote: This could be due to none of these happening: - mod_mime didn't send a charset from backend - no BOM - no xml2EncDefault (8859-1 effectively by default) on frontend To make the conf match the

Re: Failing test t/apache/pr64339.t

2024-04-03 Thread Joe Orton
On Tue, Apr 02, 2024 at 08:46:46PM -0400, Eric Covener wrote: > This could be due to none of these happening: > - mod_mime didn't send a charset from backend > - no BOM > - no xml2EncDefault (8859-1 effectively by default) on frontend > > To make the conf match the test code, this works for me to

Re: Failing test t/apache/pr64339.t

2024-04-02 Thread Eric Covener
On Tue, Apr 2, 2024 at 6:06 PM Rainer Jung wrote: > > Hi there, > > in preparation of the relase I am running the test framework against > recent httpd 2.4.x head. > > I am seeing test failures in t/apache/pr64339.t: > > # testing : content-type header test for /doc.xml > # expected:

Failing test t/apache/pr64339.t

2024-04-02 Thread Rainer Jung
Hi there, in preparation of the relase I am running the test framework against recent httpd 2.4.x head. I am seeing test failures in t/apache/pr64339.t: # testing : content-type header test for /doc.xml # expected: 'application/xml; charset=utf-8' # received: 'application/xml;charset=utf-8'