DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43778>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43778 Summary: Wrong responses if httpd has not access to some element for DELETE Product: Apache httpd-2 Version: 2.2.6 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: mod_dav AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello. If any sub-reource of given collection is not accessable to httpd, DELETE returnr 404 - NOT FOUND response with empty content. It should return 207 - MULTISTATUS with 404 - NOT FOUND in one of <response> elements. How to reproduce: 1. set up webdav server with dav_fs 2. create directory to_delete in webdav 3. create directory not_accessible in to_delete 4. chmod 000 not_accessible 5. perform DELETE action on to_delete resource You got 404 response with empty content. There should be 207 with 404 in one of <response> elements. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
