From: Ruediger Pluem Date: Thu, 8 Sep 2011 15:34:27 +0000 (+0000) Subject: * Vote and promote X-Git-Tag: 2.2.21~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a7b03a24b14d302bf15478827fc0b343a54251;p=thirdparty%2Fapache%2Fhttpd.git * Vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1166750 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 92011772c66..3d8002f5aa6 100644 --- a/STATUS +++ b/STATUS @@ -93,6 +93,21 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * core: Send Accept-Ranges: none when MaxRanges none is configured + Trunk version of patch: + http://svn.apache.org/viewvc?rev=1166282&view=rev (Just the Accept-Range change) + revised 9/8: add http://svn.apache.org/viewvc?rev=1166663&view=rev + add http://svn.apache.org/viewvc?rev=1166667&view=rev + + 2.2.x version of patch: + http://people.apache.org/~covener/patches/httpd-2.2.x-maxranges-norange.diff + w/ 9/8 additions: http://people.apache.org/~covener/patches/httpd-2.2.x-accept_ranges_none.diff + +1: covener, wrowe, rpluem + + * mod_proxy_ajp: return HTTP_NOT_IMPLEMENTED when AJP_EBAD_METHOD + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1166551 & + http://svn.apache.org/viewvc?view=revision&revision=1166657 + +1: jfclere, jorton, wrowe PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -150,29 +165,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: exists. The fix you're after is r951221, backported to both mod_disk_cache.c and mod_mem_cache.c. - * core: Send Accept-Ranges: none when MaxRanges none is configured - Trunk version of patch: - http://svn.apache.org/viewvc?rev=1166282&view=rev (Just the Accept-Range change) - revised 9/8: add http://svn.apache.org/viewvc?rev=1166663&view=rev - add http://svn.apache.org/viewvc?rev=1166667&view=rev - - 2.2.x version of patch: - http://people.apache.org/~covener/patches/httpd-2.2.x-maxranges-norange.diff - w/ 9/8 additions: http://people.apache.org/~covener/patches/httpd-2.2.x-accept_ranges_none.diff - -1: rpluem: This should be fixed in trunk completely first. Currently mod_dav sents - Accept-Ranges bytes as well (modules/dav/fs/repos.c line 951), mod_negotiation - (modules/mappers/mod_negotiation.c 3012) and - mod_filter just unsets the Accept-Ranges header if ranges are not supported - (modules/filters/mod_filter.c line 324). - On trunk the modules mod_dialup and mod_reflector also fiddle with Accept-Ranges - But once we have a complete solution in place I am very likely to be +1. - +1: covener, wrowe (rpluem please see additions) - - * mod_proxy_ajp: return HTTP_NOT_IMPLEMENTED when AJP_EBAD_METHOD - Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1166551 & - http://svn.apache.org/viewvc?view=revision&revision=1166657 - +1: jfclere, jorton, wrowe - * mod_proxy_ajp: try to prevent a single long request marking a worker in error. Improved version of: http://svn.apache.org/viewvc?view=revision&revision=1092076 http://people.apache.org/~jfclere/patches/ajp_timeout.patch