From: Colm MacCarthaigh Date: Wed, 25 Jan 2006 18:35:37 +0000 (+0000) Subject: * Demote two proposals to going-nowhere-soon status X-Git-Tag: 2.0.56~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e8dcceee24fb5cb3fe74195a583b53758389d1;p=thirdparty%2Fapache%2Fhttpd.git * Demote two proposals to going-nowhere-soon status * Update an ancient proposal with a subversion revision instead of a CVS one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372280 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fb40bd2b1ed..bfb13cbedb0 100644 --- a/STATUS +++ b/STATUS @@ -129,6 +129,33 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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 + 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 + + *) Reverse Proxy fixes: bug and Cookie support + Patch is at + http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch + and is in production with Clients. + +1: + + *) mod_cgid: Fix PR 36410. Invoke the set_suexec_identity hook from + the non-cgid side of the handler, where the full per-server/dir/etc + configuration is available instead of using two mod_suexec and + mod_userdir specific hacks. See mod_vhost_ldap for an example + third-party get_suexec_identity implementation. + http://people.apache.org/~colm/2.0.x-suexec-cgid.patch + +1: colm + +PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: + *) mod_headers: Support {...}s tag for SSL variable lookup. http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff +1: jorton, trawick @@ -145,16 +172,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: jorton: ssl_var_lookup() returns "" in place of NULL, that was really a deliberate choice... but maybe you're right. - *) 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: r1.116 - 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 *) Provide TLS/SSL upgrade functionality in mod_ssl allowing an unsecure connection to be upgraded to a secure connection upon request by the @@ -174,21 +191,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -0: pquerna (2.2) -0: jorton (msgid <20040305083540.GA24529@redhat.com>) - *) Reverse Proxy fixes: bug and Cookie support - Patch is at - http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch - and is in production with Clients. - +1: - - *) mod_cgid: Fix PR 36410. Invoke the set_suexec_identity hook from - the non-cgid side of the handler, where the full per-server/dir/etc - configuration is available instead of using two mod_suexec and - mod_userdir specific hacks. See mod_vhost_ldap for an example - third-party get_suexec_identity implementation. - http://people.apache.org/~colm/2.0.x-suexec-cgid.patch - +1: colm - -PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: *) Replace some of the mutex locking in the worker MPM with atomic operations for higher concurrency.