From: Colm MacCarthaigh Date: Wed, 25 Jan 2006 18:42:07 +0000 (+0000) Subject: * Point to a patch file which applies cleanly X-Git-Tag: 2.0.56~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=256e813ea3ee1936c79383b486088a99d25a07dd;p=thirdparty%2Fapache%2Fhttpd.git * Point to a patch file which applies cleanly * Add a vote on that same patch * Promote the proposal to ACCEPTED git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372284 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bfb13cbedb0..bcb10fe8a31 100644 --- a/STATUS +++ b/STATUS @@ -124,21 +124,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs?view=rev&rev=154319 +1: stoddard, striker, wrowe (as corrected in subsequent patches) -PATCHES PROPOSED TO BACKPORT FROM TRUNK: - [ please place SVN revisions from trunk here, so it is easy to - identify exactly what the proposed changes are! Add all new - proposals to the end of this list. ] - *) mod_log_config: Cleanup log_header_out function to allow multiple headers like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3) - modules/loggers/mod_log_config.c: r103331 + http://people.apache.org/~colm/httpd-2.0-mod_log_config.patch jerenkrantz asks: Isn't this what apr_table_merge is for? nd replies: yep. But cookies won't be merged, because browsers don't support it. jerenkrantz: Couldn't we copy the table and merge the values somehow? This just seems like a lot of code to duplicate what we have already. *shrug* Regardless, patch looks okay... - +1: nd, jerenkrantz + +1: nd, jerenkrantz, colm + +PATCHES PROPOSED TO BACKPORT FROM TRUNK: + [ please place SVN revisions from trunk here, so it is easy to + identify exactly what the proposed changes are! Add all new + proposals to the end of this list. ] *) Reverse Proxy fixes: bug and Cookie support Patch is at