From 42edbf2abd8fd2d14cc8dc52756d8759f59fc97b Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 1 Mar 2006 06:48:48 +0000 Subject: [PATCH] Resubmit patch (can't demonstrate against trunk/ after refactoring), reset votes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@381931 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/STATUS b/STATUS index 730eecd5da0..7106682eb91 100644 --- a/STATUS +++ b/STATUS @@ -148,14 +148,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~rpluem/patches/partial_2.2.diff +1: jim, rpluem, jerenkrantz - * Fix mis-shifted 32 bit scope, masked to 64 bits as a method. - URL: http://svn.apache.org/viewcvs?rev=358040&view=rev - +1: mturk - -0: jorton: should use AP_METHOD_BIT - wrowe asks; is this your desired patch? Please vote; -- if (! (reqs[x].method_mask & (1 << m))) { -+ if (! (reqs[x].method_mask & (AP_METHOD_BIT << m))) { - +1: wrowe (for flavor requested by jorton) + * Fix mis-shifted 32 bit scope, masked to 64 bits as a method, with + improvement (?) suggested by jorton; + URL: http://people.apache.org/~wrowe/fixldap_mask.patch + +1: wrowe * mod_speling: Don't crash if r->filename unset. Trunk version of patch, which applies fine: -- 2.47.2