]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
unpropose a backport (sorry, Brad)
authorJeff Trawick <trawick@apache.org>
Wed, 21 Feb 2007 03:09:34 +0000 (03:09 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 21 Feb 2007 03:09:34 +0000 (03:09 +0000)
I'll back out the trunk commit if a reasonable solution
doesn't present itself very soon

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509873 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6ee139346d3af1d74c50baf637557136ac7a312b..61828a321756ce1825c4814eed9a1b235cc5490a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -166,12 +166,3 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://svn.apache.org/viewvc?rev=499567&view=rev
      +1: niq, rpluem
 
-   * mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
-     http://svn.apache.org/viewvc?view=rev&rev=509237
-     +1: trawick
-     -0: bnicholes - The patch as it stands, could cause unpredictible
-          behavior across SDKs depending on whether or not the SDK
-         has defined LDAP_NO_LIMIT. The behavior of the ldap_search_ext_s()
-         call can be different if the sizelimit parameter is 0 vs -1.
-         At the very least, the patch needs to be revised so that the
-         behavior is common across all SDKs.