You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/07/05 02:25:11 UTC

svn commit: r1607962 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Sat Jul  5 00:25:10 2014
New Revision: 1607962

URL: http://svn.apache.org/r1607962
Log:
propose a pair of fixes to make LDAPConnectionPoolTTL more
conservative.


Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1607962&r1=1607961&r2=1607962&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jul  5 00:25:10 2014
@@ -199,6 +199,15 @@ 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
+               
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: