Commit c7011dff authored by Jim Jagielski's avatar Jim Jagielski
Browse files

More 2.2.4-dev syncs


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484645 13f79535-47bb-0310-9956-ffa450edef68
parent 5049dbcf
Loading
Loading
Loading
Loading
+6 −6
Changes for CHANGES: 6 added lines, 6 removed lines.
Original line number Diff line number Diff line
@@ -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 <harada sysrdc.ns-sol.co.jp>]
  *) 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: