From: Paul J. Reder Date: Fri, 30 Jan 2004 15:54:13 +0000 (+0000) Subject: Synch with 2.0 branch. X-Git-Tag: pre_ajp_proxy~751 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa46555ad9446da95f8ff4032cca0136221b02e5;p=apache Synch with 2.0 branch. Justin beat me to the vote, but I had the time for the backport. :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102466 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a13b5dd24f..efcc64911a 100644 --- a/CHANGES +++ b/CHANGES @@ -43,13 +43,6 @@ Changes with Apache 2.1.0-dev *) mod_rewrite: Cookie creation now works locale independent. [André Malo] - *) proxy_http fix: mod_proxy hangs when both KeepAlive and - ProxyErrorOverride are enabled, and a non-200 response without a - body is generated by the backend server. (e.g.: a client makes a - request containing the "If-Modified-Since" and "If-None-Match" - headers, to which the backend server respond with status 304.) - [Graham Wiseman , Richard Reiner] - *) mod_ssl: Add support for distributed session cache using 'distcache'. [Geoff Thorpe ] @@ -279,6 +272,13 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) proxy_http fix: mod_proxy hangs when both KeepAlive and + ProxyErrorOverride are enabled, and a non-200 response without a + body is generated by the backend server. (e.g.: a client makes a + request containing the "If-Modified-Since" and "If-None-Match" + headers, to which the backend server respond with status 304.) + [Graham Wiseman , Richard Reiner] + *) mod_dav: Reject requests which include an unescaped fragment in the Request-URI. PR 21779. [Amit Athavale ]