You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/11/08 21:53:51 UTC

DO NOT REPLY [Bug 43818] New: - PROPFIND on -w- collections returns 207 MULTI-STATUS with empty content

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: bugs@httpd.apache.org
        ReportedBy: malinowskirafal@wp.pl


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org