From: Yann Ylavic Date: Tue, 10 Mar 2015 22:06:30 +0000 (+0000) Subject: CHANGES: follow up to r1656259 and r1665625. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61db09ec26c108f5e134d5ffff9bacc69f247e0b;p=thirdparty%2Fapache%2Fhttpd.git CHANGES: follow up to r1656259 and r1665625. Merge both commits into a single entry to ease common backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1665721 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e0ff19ccfd4..a465463628a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) core, modules: Avoid error response/document handling by the core if some + handler or input filter already did it while reading the request (causing + a double response body). [Yann Ylavic] + *) mod_proxy: use the original (non absolute) form of the request-line's URI for requests embedded in CONNECT payloads used to connect SSL backends via a ProxyRemote forward-proxy. PR 55892. [Hendrik Harms