Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ADE81200BED for ; Sun, 18 Dec 2016 02:27:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A1257160B28; Sun, 18 Dec 2016 01:27:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EA27E160B16 for ; Sun, 18 Dec 2016 02:27:21 +0100 (CET) Received: (qmail 26624 invoked by uid 500); 18 Dec 2016 01:27:16 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 26615 invoked by uid 99); 18 Dec 2016 01:27:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Dec 2016 01:27:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 78F2318068F for ; Sun, 18 Dec 2016 01:27:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.363 X-Spam-Level: * X-Spam-Status: No, score=1.363 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RDNS_DYNAMIC=0.363] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id T6TCmTb9u-9t for ; Sun, 18 Dec 2016 01:27:14 +0000 (UTC) Received: from gungnir.webthing.com (209-20-83-52.slicehost.net [209.20.83.52]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 63C145F299 for ; Sun, 18 Dec 2016 01:27:13 +0000 (UTC) Received: from bifrost.webthing.com (cpc94054-newt37-2-0-cust546.19-3.cable.virginm.net [92.233.50.35]) by gungnir.webthing.com (Postfix) with ESMTPSA id 2B7159C37F for ; Sun, 18 Dec 2016 01:27:11 +0000 (UTC) Date: Sun, 18 Dec 2016 01:27:08 +0000 From: Nick Kew To: dev@httpd.apache.org Subject: Re: [VOTE] Release Apache httpd 2.4.25 as GA Message-ID: <20161218012708.6d1ca164@bifrost.webthing.com> In-Reply-To: References: <5B06438D-27CD-4018-ACBE-FCBD88207628@jaguNET.com> <20161217232109.528a8582@bifrost.webthing.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit archived-at: Sun, 18 Dec 2016 01:27:22 -0000 On Sat, 17 Dec 2016 18:35:22 -0600 William A Rowe Jr wrote: > On Dec 17, 2016 17:22, "Nick Kew" wrote: > > > Got some test errors with the new stuff. Investigating. > > Test Summary Report > ------------------- > t/apache/http_strict.t (Wstat: 0 Tests: 78 Failed: 5) > Failed tests: 72-75, 77 > > > Really should not occur and I haven't seen this. Shoot me the -v > (erbose) output from your t/apache/http_strict.t please? Cut&paste here. Bedtime now (coming up for 01:30), but if I find time tomorrow I may play with the testcases under gdb. They're all cases where the server returns 200 when the testcase expects an error. 72: # SENDING: # GET /apache/http_strict/send_hdr.pl?OiBiYXI= HTTP/1.0\r\n\r\n # DECODED: : bar # RESPONSE: # HTTP/1.1 200 OK\r\n # Date: Sun, 18 Dec 2016 01:17:34 GMT\r\n # Server: Apache/2.4.25 (Unix)\r\n # Last-Modified: Sun, 18 Dec 2016 00:13:28 GMT\r\n # ETag: "226-543e3ac24b8ae"\r\n # Accept-Ranges: bytes\r\n # Content-Length: 550\r\n # DMMATCH1: 1\r\n # Connection: close\r\n # \r\n # #!/usr/bin/perl\n # # WARNING: this file is generated, do not edit\n # # generated on Sun Dec 18 00:13:28 2016\n # # 01: Apache-Test/lib/Apache/TestConfig.pm:961\n # # 02: Apache-Test/lib/Apache/TestConfig.pm:1051\n # # 03: Apache-Test/lib/Apache/TestMM.pm:142\n # # 04: Makefile.PL:26\n # \n # BEGIN { eval { require blib && blib->import; } }\n # use MIME::Base64;\n # use strict;\n # use warnings;\n # \n # print "Content-type: text/plain\\r\\n # ";\n # print decode_base64($ENV{QUERY_STRING}), "\\r\\n # ";\n # print "\\r\\n # ";\n # print "Hi!\\n # ";\n # print "SERVERNAME=$ENV{SERVER_NAME}\\n # ";\n # print "HTTP_HOST=$ENV{HTTP_HOST}\\n # ";\n # # expecting 500, got 200 73: # SENDING: # GET /apache/http_strict/send_hdr.pl?RgBvbzogYmFy HTTP/1.0\r\n\r\n # DECODED: F\x00oo: bar # RESPONSE: # HTTP/1.1 200 OK\r\n # Date: Sun, 18 Dec 2016 01:17:34 GMT\r\n # Server: Apache/2.4.25 (Unix)\r\n # Last-Modified: Sun, 18 Dec 2016 00:13:28 GMT\r\n # ETag: "226-543e3ac24b8ae"\r\n # Accept-Ranges: bytes\r\n # Content-Length: 550\r\n # DMMATCH1: 1\r\n # Connection: close\r\n # \r\n 74: # SENDING: # GET /apache/http_strict/send_hdr.pl?RgFvbzogYmFy HTTP/1.0\r\n\r\n # DECODED: F\x01oo: bar # RESPONSE: # HTTP/1.1 200 OK\r\n # Date: Sun, 18 Dec 2016 01:17:34 GMT\r\n # Server: Apache/2.4.25 (Unix)\r\n # Last-Modified: Sun, 18 Dec 2016 00:13:28 GMT\r\n # ETag: "226-543e3ac24b8ae"\r\n # Accept-Ranges: bytes\r\n # Content-Length: 550\r\n # DMMATCH1: 1\r\n # Connection: close\r\n # \r\n 75: # SENDING: # GET /apache/http_strict/send_hdr.pl?RgpvbzogYmFy HTTP/1.0\r\n\r\n # DECODED: F\noo: bar # RESPONSE: # HTTP/1.1 200 OK\r\n # Date: Sun, 18 Dec 2016 01:17:34 GMT\r\n # Server: Apache/2.4.25 (Unix)\r\n # Last-Modified: Sun, 18 Dec 2016 00:13:28 GMT\r\n # ETag: "226-543e3ac24b8ae"\r\n # Accept-Ranges: bytes\r\n # Content-Length: 550\r\n # DMMATCH1: 1\r\n # Connection: close\r\n # \r\n 77: # SENDING: # GET /apache/http_strict/send_hdr.pl?Rm9vOiBiAWFy HTTP/1.0\r\n\r\n # DECODED: Foo: b\x01ar # RESPONSE: # HTTP/1.1 200 OK\r\n # Date: Sun, 18 Dec 2016 01:12:21 GMT\r\n # Server: Apache/2.4.25 (Unix)\r\n # Last-Modified: Sun, 18 Dec 2016 00:13:28 GMT\r\n # ETag: "226-543e3ac24b8ae"\r\n # Accept-Ranges: bytes\r\n # Content-Length: 550\r\n # DMMATCH1: 1\r\n # Connection: close\r\n # \r\n