https://issues.apache.org/bugzilla/show_bug.cgi?id=46615
Nick Kew <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Nick Kew <[email protected]> 2009-08-29 22:33:50 PDT --- This is a configuration issue. It's the default handler that returns 501, and it only reaches the default handler if no module or script has handled the request - which means that nothing handles the method. 501 is correct at this point. You could of course work around it, either with an ErrorDocument or in your module/script. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
