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 214CB200CBE for ; Fri, 7 Jul 2017 13:41:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1DE53168E6B; Fri, 7 Jul 2017 11:41:44 +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 8A449168E69 for ; Fri, 7 Jul 2017 13:41:43 +0200 (CEST) Received: (qmail 18755 invoked by uid 500); 7 Jul 2017 11:41:42 -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 18744 invoked by uid 99); 7 Jul 2017 11:41:42 -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; Fri, 07 Jul 2017 11:41:42 +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 E7CC419117F for ; Fri, 7 Jul 2017 11:41:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.402 X-Spam-Level: X-Spam-Status: No, score=-2.402 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=apachelounge.com 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 z0SP2HJJPP47 for ; Fri, 7 Jul 2017 11:41:36 +0000 (UTC) Received: from land10web.com (land10web.com [80.101.236.247]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 50EEA5F2AB for ; Fri, 7 Jul 2017 11:41:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apachelounge.com; s=default; t=1499427677; bh=4XlhOgXPQnsVz+clkXo0e/y6istiJoLPRlnxR4Ml5QM=; h=From:To:Subject:Date; b=m5HipgF49vocktxMCOqHQTxO3L0nXHNV3eXp7fTMLdoG6r12ioOnmpbrCdGop6+Mk ZBmtofdTN7JMJ6LB7FjLqjCDPlX5V7R0K6BQy2EiX+ne+GFjFEWI3A5MGgEIC5dK5N 4f+l0tmibJN1gi5qqQlxyUUSVDT2VlQh8b9fym1E= X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=127.0.0.1; From: Steffen To: Subject: httpd 2.4.26 with apr 1.6 ExtFilterDefine Date: Fri, 07 Jul 2017 13:41:11 +0200 Message-ID: <595f7357.d38.23f0.60dc@land10.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Originating-IP: 127.0.0.1 X-Mailer: SurgeWeb - Ajax Webmail Client archived-at: Fri, 07 Jul 2017 11:41:44 -0000 I got the following report. Is this known ? Because apache http server all of 2.4.26 (vc11,vc14,vc15) was not work ExtFilterDefine & OutputFilter. Its bug exists in apr 1.6. I thought it need to inform. Apache 2.4.26 changes apr 1.6, but it broke ExtFilterDefine & OutputFilter. (test) copy apache 2.4.25's libapr-1 & libaprutil to apache 2.4.26, they worked correctly like before apaches.