From: Jim Jagielski Date: Fri, 15 Aug 2008 22:23:11 +0000 (+0000) Subject: In 2.2.x X-Git-Tag: 2.3.0~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3e5a4d9d51ebf60124ceaf5ce3baebbb08ccd6;p=thirdparty%2Fapache%2Fhttpd.git In 2.2.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686404 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 230e1fa401d..3a387680ade 100644 --- a/CHANGES +++ b/CHANGES @@ -24,10 +24,6 @@ Changes with Apache 2.3.0 *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247 [Tom Donovan] - *) mod_proxy_http: Do not forward requests with 'Expect: 100-continue' to - known HTTP/1.0 servers. Return 'Expectation failed' (417) instead. - [Ruediger Pluem] - *) core, authn/z: Determine registered authn/z providers directly in ap_setup_auth_internal(), which allows optional functions that just wrapped ap_list_provider_names() to be removed from authn/z modules.