DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8241>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8241 DELETE operation returns response code 500 but file is deleted Summary: DELETE operation returns response code 500 but file is deleted Product: Apache httpd-2.0 Version: 2.0.35 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: mod_dav AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CONFIG: I use apache 2.0.35 under windows xp with mod_dav enabled. Configuration is extremely simple - the only option is "Dav On" inside <Directory ...> section. Added apache web folder to windows explorer (web folder). PROBLEM: All operations work perefecty except DELETE. Explorer displays "Unable to delete Calendar.htm". But... when I press F5 to refresh dir content the file is gone. It means FILE IS DELETED but wrong response (code 500) is returned by Apache. In error.log something like that appears: mike/cd_temp/cd7-EmpireStrikesBack/Calendar.htm [Wed Apr 17 15:29:40 2002] [error] [client 10.29.0.63] Could not DELETE /cd/cd7-EmpireStrikesBack/Calendar.htm. [500, #0] [Wed Apr 17 15:29:40 2002] [error] [client 10.29.0.63] Could not remove properties. [500, #0]
