From: Ruediger Pluem Date: Thu, 19 Jul 2007 10:18:54 +0000 (+0000) Subject: * Vote, promote and comment X-Git-Tag: 2.2.5~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4767e4babe16881a8f857fbd887d78665db8692d;p=thirdparty%2Fapache%2Fhttpd.git * Vote, promote and comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557555 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 55fc71b6673..2964e3691a4 100644 --- a/STATUS +++ b/STATUS @@ -77,15 +77,26 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_proxy: Allow to use different values for sessionid + in url encoded id and cookies. (PR 41897) + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&rev=550519 + http://svn.apache.org/viewvc?view=rev&rev=551099 + http://svn.apache.org/viewvc?view=rev&rev=551126 + http://svn.apache.org/viewvc?view=rev&rev=551935 + http://svn.apache.org/viewvc?view=rev&rev=554892 + 2.2.x version of patch: + http://issues.apache.org/bugzilla/attachment.cgi?id=20480 + +1: jfclere, mturk, rpluem PATCHES PROPOSED TO BACKPORT FROM TRUNK: - + * mod_proxy: Fix the 503 returned when session route does not match any of the balancer members. Trunk version of patch: http://svn.apache.org/viewvc?view=rev&revision=556931 - +1: mturk - + +1: mturk, rpluem + * ApacheMonitor: Fix Windows Vista detection. http://svn.apache.org/viewvc?view=rev&revision=536052 http://svn.apache.org/viewvc?view=rev&revision=556879 @@ -234,6 +245,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch: http://svn.apache.org/viewvc?view=rev&rev=549420 +1: jfclere, mturk + -0.5: rpluem says: As said in + http://mail-archives.apache.org/mod_mbox/httpd-dev/200706.mbox/%3c46828E5A.50606@apache.org%3e + I would prefer creating the brigade used in ap_proxygetline outside of + the loop and pass it to ap_proxygetline for each call. Only do an + apr_brigade_cleanup inside of ap_proxygetline then. Furthermore the + check for a buffer overflow a few lines later is not correct any more + (now an error (APR_ENOSPC) is returned instead). * netware build system: various changes fixes to generated conf files @@ -255,18 +273,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=551424 +1: fuankg - * mod_proxy: Allow to use different values for sessionid - in url encoded id and cookies. (PR 41897) - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&rev=550519 - http://svn.apache.org/viewvc?view=rev&rev=551099 - http://svn.apache.org/viewvc?view=rev&rev=551126 - http://svn.apache.org/viewvc?view=rev&rev=551935 - http://svn.apache.org/viewvc?view=rev&rev=554892 - 2.2.x version of patch: - http://issues.apache.org/bugzilla/attachment.cgi?id=20480 - +1: jfclere, mturk - * mod_ldap: Change an enumeration to an int where data is passed back into the LDAP SDK by reference Trunk version of patch: