From bf575fe8303f8ebc70e57ac4d9d6cb5630a5e83e Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 8 Dec 2006 15:36:55 +0000 Subject: [PATCH] More 2.2.4-dev syncs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484645 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index abce2742aa..ad3414b17a 100644 --- a/CHANGES +++ b/CHANGES @@ -121,12 +121,6 @@ Changes with Apache 2.3.0 been applied to this cached entity before saving it to the cache are not applied again. PR 40090. [Ruediger Pluem] - *) mod_proxy_ajp: Added cping/cpong support for the AJP protocol. - A new worker directive ping=timeout will cause CPING packet - to be send expecting CPONG packet within defined timeout. - In case the backend is too busy this will fail instead - sending the full header. [Mladen Turk] - *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir to circumvent the symbolic link checks imposed by FollowSymLinks and SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe] @@ -287,6 +281,12 @@ Changes with Apache 2.2.4 parameter in the URL correctly. PR 40400. [Ruediger Pluem, Tomokazu Harada ] + *) mod_proxy_ajp: Added cping/cpong support for the AJP protocol. + A new worker directive ping=timeout will cause CPING packet + to be send expecting CPONG packet within defined timeout. + In case the backend is too busy this will fail instead + sending the full header. [Mladen Turk] + *) mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an authority component and an empty path, the empty path is to be equivalent to "/". It explicitly cites the following four URIs as equivalents: -- 2.40.0