From: Jim Jagielski Date: Thu, 5 Jun 2008 10:02:07 +0000 (+0000) Subject: backport r663514 X-Git-Tag: 2.3.0~550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ea594a2add8ddb336e9f11431a1533792f91e4;p=thirdparty%2Fapache%2Fhttpd.git backport r663514 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663515 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b59fd10522e..8b07da76d5f 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,6 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] - *) SECURITY: CVE-2007-6420 (cve.mitre.org) - mod_proxy_balancer: Prevent CSRF attacks against the balancer-manager - interface. [Joe Orton] - *) mod_proxy_http: Do not forward requests with 'Expect: 100-continue' to known HTTP/1.0 servers. Return 'Expectation failed' (417) instead. [Ruediger Pluem]