From: Colm MacCarthaigh Date: Mon, 4 Jan 2010 14:12:49 +0000 (+0000) Subject: dust the cobwebs, fix a backport proposal and cast some votes; X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ac3898ecef0209d9881422da609bc91467c373;p=thirdparty%2Fapache%2Fhttpd.git dust the cobwebs, fix a backport proposal and cast some votes; * +1 on the Win32 RewriteLog problem * Translate nd's 2.x mod_log_config patch to 1.3, propose it, and clear all of the old votes. * +1 to the mod_whatkilledus patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@895631 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f6eac05db2b..7d8f86f84c4 100644 --- a/STATUS +++ b/STATUS @@ -67,19 +67,18 @@ PROPOSED PATCHES FOR THIS RELEASE: Message-ID: <1404e5910504010716389dd7da@mail.gmail.com> From: Eric Covener Subject: [1.3 PATCH] Win32 RewriteLog deadlock - +1: trawick, wrowe + +1: trawick, wrowe, colm (tested on XP and Vista, but not 9x). *) mod_log_config: Cleanup log_header_out function to allow multiple headers like Set-Cookie to be logged properly. PR 27787 - modules/loggers/mod_log_config.c: r1.116 (2.x patch - need 1.3 version) + http://people.apache.org/~colm/mod_log_config.diff 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* - +1: nd, jerenkrantz, wrowe (in principal) - -1: jim (until we see the 1.3 version) + +1: colm RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: @@ -93,7 +92,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: analysis; this updates Apache 1.3 to the level of code I've been giving out for some time http://www.apache.org/~trawick/whatkilledus.txt - +1: trawick + +1: trawick. colm * PR: 27023 Cookie could not delivered if the cookie made before proxy module.