Re: Gack! Weirdo DAV bug.
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-11-17 03:49:02 CET
On Fri, Nov 16, 2001 at 03:30:39PM -0800, Ryan Bloom wrote:
The current logic is basically:
if (method_number != M_GET)
if (method_number != M_PROPFIND)
if (method_number != M_INVALID)
if (strcmp(method_name, "REPORT") == 0)
if (strcmp(method_name, "MERGE") == 0)
We use the M_INVALID to shortcut a bunch of strcmp() operations on the
I'm going to have to look into this whole method registration thing. I saw
Dunno that the method stuff must change. At a minimum, mod_dav can just
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:48 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.