git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355454
13f79535-47bb-0310-9956-
ffa450edef68
*) Preserve the Content-Length header for a proxied HEAD response.
PR 18757. [Greg Ames]
+ *) Fix recursive ErrorDocument handling
+ PR 36090 [Submitted Chris Darroch]
+
Changes with Apache 2.2.0
*) mod_negotiation: Minor performance tweak by reusing already calculated
http://people.apache.org/~colm/httpd-2.2.0-dbd-win32.patch
+1: colm, pquerna, niq
- * core: Fix recursive ErrorDocument handling
- http://svn.apache.org/viewcvs.cgi?rev=354118&view=rev
- PR: 36090
- +1: niq, rpluem, jerenkrantz
-
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
* mod_proxy_balancer: Fix PR37753 (mod_proxy_balancer Stickysession that
ap_finalize_request_protocol(r);
}
else {
+ r->status = HTTP_OK;
ap_die(access_status, r);
}