From: Yann Ylavic Date: Tue, 10 Mar 2015 22:06:30 +0000 (+0000) Subject: CHANGES: follow up to r1656259 and r1665625. X-Git-Tag: 2.5.0-alpha~3388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00502719c8c72ded65cddfe7b0431da8ecd9bfe8;p=apache 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 e0ff19ccfd..a465463628 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