Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99A2F90B5 for ; Tue, 31 Jan 2012 17:27:57 +0000 (UTC) Received: (qmail 7025 invoked by uid 500); 31 Jan 2012 17:27:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 5283 invoked by uid 500); 31 Jan 2012 17:27:38 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 4942 invoked by uid 99); 31 Jan 2012 17:27:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2012 17:27:37 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rainer.jung@kippdata.de designates 195.227.30.149 as permitted sender) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2012 17:09:32 +0000 Received: from [195.227.30.209] (notebook-rj [195.227.30.209]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id q0VH9BWV028337 for ; Tue, 31 Jan 2012 18:09:11 +0100 (CET) Message-ID: <4F282031.4070802@kippdata.de> Date: Tue, 31 Jan 2012 18:09:05 +0100 From: Rainer Jung User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Questions on open ports between trunk and 2.4.x References: <4F2803A6.6070604@kippdata.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 31.01.2012 17:38, Jim Jagielski wrote: >> 5) mod_authnz_ldap >> ================== >> >> r1231257 | covener | 2012-01-13 20:18:03 +0100 (Fri, 13 Jan 2012) | 3 lines >> >> whitespace only: shift a block refactored in r1231255 over 8 spaces. >> >> >> r1231255 | covener | 2012-01-13 20:16:50 +0100 (Fri, 13 Jan 2012) | 5 lines >> >> *) mod_authnz_ldap: Don't try a potentially expensive nested groups >> search before exhausting all AuthLDAPGroupAttribute checks on the >> current group. PR52464 >> > > Is it applicable? svn technically yes, if applied in numeric order (and ignoring CHANGES). Does it make sense? It only changes modules/aaa/mod_authnz_ldap.c and there's no API change involved. So IMHO it would make sense to backport unless Eric plans to revert the change in trunk or finds it to risky. Regards, Rainer