1 Mar 2006 07:48
svn commit: r381931 - /httpd/httpd/branches/2.2.x/STATUS
<wrowe <at> apache.org>
2006-03-01 06:48:50 GMT
2006-03-01 06:48:50 GMT
Author: wrowe Date: Tue Feb 28 22:48:48 2006 New Revision: 381931 URL: http://svn.apache.org/viewcvs?rev=381931&view=rev Log: Resubmit patch (can't demonstrate against trunk/ after refactoring), reset votes. Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=381931&r1=381930&r2=381931&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Tue Feb 28 22:48:48 2006 <at> <at> -148,14 +148,10 <at> <at> 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)(Continue reading)
RSS Feed