From: Jim Jagielski Date: Tue, 27 May 2008 16:15:40 +0000 (+0000) Subject: promote X-Git-Tag: 2.2.9~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483a36979e98330b5b2e4aa40508a49322db7c9d;p=thirdparty%2Fapache%2Fhttpd.git promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@660579 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1e35e1dce81..47779cd68c8 100644 --- a/STATUS +++ b/STATUS @@ -90,6 +90,40 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_proxy_ajp: Do not retry request in the case that we either failed to + sent a part of the request body or if the request is not idempotent. PR44334 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=617822&view=rev + http://svn.apache.org/viewvc?rev=627097&view=rev + http://svn.apache.org/viewvc?rev=660207&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, niq, jim + + * mod_proxy: Do not try a direct connection if the connection via a + remote proxy failed before and the request has a request body. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=631735&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, niq, jim + + * mod_cache: Handle If-Range correctly if the cached resource was stale. + PR 44579 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=636386&view=rev + http://svn.apache.org/viewvc?rev=636653&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, niq, jim + + * core: Do not allow Options ALL if not all options are allowed to be + overwritten. PR 44262 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=652885&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, niq, jim PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -153,33 +187,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Roy replies: the patch adds an id lookup and replaces the atoi id with the validated result. Invalid input will now error out. - * mod_proxy_ajp: Do not retry request in the case that we either failed to - sent a part of the request body or if the request is not idempotent. PR44334 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=617822&view=rev - http://svn.apache.org/viewvc?rev=627097&view=rev - http://svn.apache.org/viewvc?rev=660207&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, niq, jim - - * mod_proxy: Do not try a direct connection if the connection via a - remote proxy failed before and the request has a request body. - Trunk version of patch: - http://svn.apache.org/viewvc?rev=631735&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, niq, jim - - * mod_cache: Handle If-Range correctly if the cached resource was stale. - PR 44579 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=636386&view=rev - http://svn.apache.org/viewvc?rev=636653&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, niq, jim - * mod_rewrite: Allow Cookie option to set secure and HttpOnly flags. PR 44799 Trunk version of patch: @@ -191,14 +198,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -1: niq - strcasecmp(NULL, ...) when secure is not set rpluem: Good catch. Should be fixed by r660461. - * core: Do not allow Options ALL if not all options are allowed to be - overwritten. PR 44262 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=652885&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, niq, jim - * ab: Make ab.c compile on VC6. PR 45024 Trunk version of patch: http://svn.apache.org/viewvc?rev=657433&view=rev