Re: Gack! Weirdo DAV bug.

2001-11-16 Thread Ryan Bloom
On Friday 16 November 2001 06:49 pm, Greg Stein wrote: > The current logic is basically: > > if (method_number != M_GET) > return do_get(); > > if (method_number != M_PROPFIND) > return do_propfind(); > > if (method_number != M_INVALID) > return DECLINED; > > if

Re: Gack! Weirdo DAV bug.

2001-11-16 Thread Greg Stein
On Fri, Nov 16, 2001 at 03:30:39PM -0800, Ryan Bloom wrote: > On Friday 16 November 2001 11:18 am, [EMAIL PROTECTED] wrote: > > Ryan Bloom <[EMAIL PROTECTED]> writes: >... > > > Option 3. :-) We have APIs to allow you to check the dynamically > > > registered methods. > > > > I'd already thought

Re: Gack! Weirdo DAV bug.

2001-11-16 Thread Ryan Bloom
On Friday 16 November 2001 11:18 am, [EMAIL PROTECTED] wrote: > Ryan Bloom <[EMAIL PROTECTED]> writes: > > > I'm not sure what the right fix is, having no real knowledge of > > > httpd's internals. The options that come to mind are: > > > > > > * Have the server NOT register the REPORT request ty

Re: Gack! Weirdo DAV bug.

2001-11-16 Thread cmpilato
Ryan Bloom <[EMAIL PROTECTED]> writes: > > I'm not sure what the right fix is, having no real knowledge of > > httpd's internals. The options that come to mind are: > > > > * Have the server NOT register the REPORT request type. > > > >But this seems like a bad idea...I assume that code is t

Re: Gack! Weirdo DAV bug.

2001-11-16 Thread Ryan Bloom
On Thursday 15 November 2001 10:00 pm, [EMAIL PROTECTED] wrote: > The presence of this set of directives throws a wrench into the works: > > > > require valid-user > > > > The code that parses this from the conf file sees "REPORT" as a > request type, sez, "Hmm...I dunno wha

RE: Gack! Weirdo DAV bug.

2001-11-16 Thread Keith Wannamaker
PROTECTED] | Subject: Re: Gack! Weirdo DAV bug. | | | > As it turns out, the REPORT request method is NOT one to which the | > Apache developers have assigned a nifty #define in httpd.h. | | What the heck is the REPORT request method? | | Roy |

Re: Gack! Weirdo DAV bug.

2001-11-15 Thread Roy T. Fielding
> As it turns out, the REPORT request method is NOT one to which the > Apache developers have assigned a nifty #define in httpd.h. What the heck is the REPORT request method? Roy

Re: Gack! Weirdo DAV bug.

2001-11-15 Thread cmpilato
Bahahahaha! I found the problem, and it is the same problem that caused Karl and I to hack mod_dav.c a while ago (see Issue #470, to which I will be appending my find). As it turns out, the REPORT request method is NOT one to which the Apache developers have assigned a nifty #define in httpd.h.

[cmpilato@collab.net] Gack! Weirdo DAV bug.

2001-11-14 Thread cmpilato
TED]> Subject: Gack! Weirdo DAV bug. I have a Subversion repository at /usr/www/repositories/test on my box. Been using it forever. Until last night, the httpd.conf directives looked like this: DAV svn SVNPath /usr/www/repositories/test Then, I needed to test something a