From: William A. Rowe Jr Date: Wed, 1 Mar 2006 06:48:48 +0000 (+0000) Subject: Resubmit patch (can't demonstrate against trunk/ after refactoring), X-Git-Tag: 2.2.1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42edbf2abd8fd2d14cc8dc52756d8759f59fc97b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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: