From: Nick Kew Date: Mon, 23 Aug 2010 19:23:05 +0000 (+0000) Subject: Vote, comment on failonstatus backport X-Git-Tag: 2.2.17~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3859fa2e1d3b418c632404c0cba391b9b856a65d;p=thirdparty%2Fapache%2Fhttpd.git Vote, comment on failonstatus backport Fold rpluem comment and conditional vote into PR 36783 proposal Withdraw vetoed PR 43039 proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988261 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5bf56ac3451..1642becd22c 100644 --- a/STATUS +++ b/STATUS @@ -157,6 +157,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: code from a backend. PR 48939. [Daniel Ruggeri ] Submitted by: Daniel Ruggeri +1: trawick + niq: +1 to the 2.2.x patch, but why r951900 and r987379 in trunk patches? * mod_disk_cache: Decline the opportunity to cache if the response is a 206 Partial Content. This stops a reverse proxied partial response @@ -208,24 +209,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * Core: fix symlinks ownership tests PR 36783 Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=632947 + http://svn.apache.org/viewvc?view=revision&revision=633174 2.2 patch: trunk patch Works with offset. - +1: niq - rpluem says: This patch is incomplete without - http://svn.apache.org/viewvc?view=revision&revision=633174 - If this is added to the proposal I am +1. - - * Protocol: Reject requests containing (invalid) NULL characters - in request line or request headers. - PR 43039 - Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=892678 - 2.2 patch: trunk patch Works with offset. - +1: niq - -1: fielding: this routine is hand-optimized for speed, and the - "solution" is to add an if (strlen(*s) < bytes_handled - 1) - to every single line read? Seriously? If we want to have - ap_rgetline_core() enforce validity, then we should be using a - stop character array and error on all control characters not - allowed by HTTP. + +1: niq, rpluem * config: fix/optimize SSL connections for IE6 browsers PR 49484