From: Jeff Trawick Date: Sat, 12 Jul 2014 20:43:36 +0000 (+0000) Subject: promote LDAP proposal X-Git-Tag: 2.4.10~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ca1b16a191d53d6c4a9a370a3921adb90b291d4;p=apache promote LDAP proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610046 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0600cc4885..0e129bcabf 100644 --- a/STATUS +++ b/STATUS @@ -100,6 +100,15 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_ldap: LDAPConnectionPoolTTL enhancements -- apply properly to authn and + only update the last used time when we hit the backend server + AND use r->request_time instead of end-of-request-time. + PR54587 + trunk patch: http://svn.apache.org/r1452551 + http://svn.apache.org/r1607960 + 2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-ldap-connttl-conservative.diff + +1 covener, jim, trawick + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -161,15 +170,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: note: depends on ap_shutdown_conn() from r1601185 above. +1: ylavic - * mod_ldap: LDAPConnctionPoolTTL enhancements -- apply properly to authn and - only update the last used time when we hit the backend server - AND use r->request_time instead of end-of-request-time. - PR54587 - trunk patch: http://svn.apache.org/r1452551 - http://svn.apache.org/r1607960 - 2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-ldap-connttl-conservative.diff - +1 covener, jim - * mod_ssl: Fix issue with redirects to error documents when handling SNI errors. trunk patch: http://svn.apache.org/r1609914