--On Tuesday, October 1, 2002 11:54 AM -0700 Ian Holsman <[EMAIL PROTECTED]> wrote:
> > how many sites are you going to break with this core.c change? > From what I have heard the RFC says that the server can do what it > chooses on a POST to a file. we (apache 1.3 & apache 2.042 and below) > chose to serve a file. Nah, 1.3 returns 405 (Method Not Allowed) on a POST on a page served by the default_handler. See src/main/http_core.c:3860. -- justin