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=43818>. 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=43818 Summary: PROPFIND on -w- collections returns 207 MULTI-STATUS with empty content 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] When doing a PROPFIND on a collection that has -w- or --- permissions for apache the result is a 207 MULTI STATUS reponse with Content-Length=0 and no content. It should return some content with 403 or 404 in <status> element. How to reproduce: 1. set up a web-dav server 2. make a web-dav collection with any namy 3. use chmod 000 on that collection 4. make PROPFIND request on this collection Actual results: 1. HTTP 207 MULTI STATUS response with no content Expected results: 1. HTTP 207 MULTI STATUS response with XML content describing and 404 or 403 error on this resource or 2. 403 or 404 HTTP response -- 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]
