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
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
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
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
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
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
|
> 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
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.
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