From: Jim Jagielski Date: Tue, 16 Dec 2014 13:09:42 +0000 (+0000) Subject: in 2.4 X-Git-Tag: 2.5.0-alpha~3608 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9746f9b464b8801215fb50a57e160ab60671c136;p=apache in 2.4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1645938 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0d3b32024c..595193a2a2 100644 --- a/CHANGES +++ b/CHANGES @@ -24,12 +24,6 @@ Changes with Apache 2.5.0 context for directories found by mod_userdir and mod_alias. These no loner require RewriteBase to be specified. [Eric Covener] - *) mod_ssl: Fix recognition of OCSP stapling responses that are encoded - improperly or too large. [Jeff Trawick] - - *) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an - error when parsing or forwarding the response fails. [Yann Ylavic] - *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since r1608202. [Eric Covener] @@ -40,9 +34,6 @@ Changes with Apache 2.5.0 determine whether it is a normal close or a real error. PR 57168. [Yann Ylavic] - *) mod_proxy_wstunnel: abort backend connection on polling error to avoid - further processing. [Yann Ylavic] - *) mod_buffer: Forward flushed input data immediatly and avoid (unlikely) access to freed memory. [Yann Ylavic, Christophe Jaillet]