From: Eric Covener Date: Mon, 5 May 2014 13:28:33 +0000 (+0000) Subject: two simple votes X-Git-Tag: 2.4.10~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aa0bd56fef961a7cfb02f92e5dd493081bba629;p=apache two simple votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592523 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8576e57093..30833b914a 100644 --- a/STATUS +++ b/STATUS @@ -216,14 +216,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_proxy_fcgi: Don't crash when connect to the backend fails. trunk patch: r1590437 (and additional CHANGES tweak in r1592500) 2.4.x patch: trunk patch works other than CHANGES - +1: trawick + +1: trawick, covener * mod_authnz_ldap: Support primitive LDAP servers do not accept filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special filter "none" to be specified in AuthLDAPURL. trunk patch: https://svn.apache.org/r1497371 2.4.x patch: trunk patch works other than CHANGES - +1: minfrin + +1: minfrin, covener * mod_cache: Don't add cached/revalidated entity headers to a 304 response. PR 55547.