]> granicus.if.org Git - apache/commit
Allow CGI scripts that use POST and mod_dav to exist in the same location.
authorRyan Bloom <rbb@apache.org>
Mon, 30 Sep 2002 05:10:07 +0000 (05:10 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 30 Sep 2002 05:10:07 +0000 (05:10 +0000)
commit43a63ebc6a9b88a4224079969c216deef2025a6f
treef9322a237a01c530fb931eca3b9fa849ca53a4cf
parent2f970a64a14adc884e3620dc803afd3a76436d2b
Allow CGI scripts that use POST and mod_dav to exist in the same location.

Mod_Dav was always setting the r->handler field to "dav_handler", but
this means that mod_cgi won't run the script.  According to my reading
of the DAV RFC, mod_dav shouldn't do anything at all with a POST request,
because it is impossible to know if the POST was meant for DAV or for some
other resource.  We used to excuse POST from DAV processing, so I have
re-enabled that behavior.

PR: 13025

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