]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We need to set r->handler to indicate that we'll be handling the
authorGreg Stein <gstein@apache.org>
Tue, 17 Sep 2002 00:41:28 +0000 (00:41 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 17 Sep 2002 00:41:28 +0000 (00:41 +0000)
commit91184351d4e4f6fc7da36b3134177f843d2ba770
tree15e00755160902fb0d7e1acffcc245d6eba14b2a
parent451527069414e35c63a20362830f9f0c8340a543
We need to set r->handler to indicate that we'll be handling the
request. Otherwise, other modules may attempt to do "funny stuff" with
the request (specifically: mod_dir will map /some/path/ into an
index.html document if found).

This reinstalls a fixups hook to set the r->handler value. Most of the
checks in the dav_handler() function are now moved to the fixups hook.
We just don't bother to set the handler unless all conditions are met.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96853 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/main/mod_dav.c