Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 37557 invoked by uid 500); 18 Apr 2002 08:45:10 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 37544 invoked from network); 18 Apr 2002 08:45:09 -0000 Date: 18 Apr 2002 08:45:18 -0000 Message-ID: <20020418084518.1715.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 8241] New: - DELETE operation returns response code 500 but file is deleted X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: bugs@httpd.apache.org ReportedBy: jacekchmiel@wp.pl 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 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] --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org