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=33575>.
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=33575





------- Additional Comments From [EMAIL PROTECTED]  2005-02-16 00:06 -------
That works as workaround, but of course, since the prop part is optional
according to RFC 3744, it should work without it...

REPORT /slide/files/ HTTP/1.1
Host: xxx
Connection: TE
TE: trailers, deflate, gzip, compress
User-Agent: UCI DAV Explorer/0.91-dev RPT-HTTPClient/0.3-3E
Depth: 0
Translate: f
Cookie: JSESSIONID=32DDB13DE27ACB3213970E9988AF5A38
Cookie2: $Version="1"
Authorization: Basic xxx
Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress
Content-type: application/octet-stream
Content-length: 215

<?xml version="1.0"?>
<A:principal-match xmlns:A="DAV:">
    <A:principal-property>
        <A:owner/>
    </A:principal-property>
    <A:prop>
        <A:displayname/>
    </A:prop>
</A:principal-match>

Result:
HTTP/1.1 207 Multi-Status
Pragma: No-cache
Cache-Control: no-cache
Expires: Wed, 31 Dec 1969 16:00:00 PST
Transfer-Encoding: chunked
Date: Tue, 15 Feb 2005 22:51:24 GMT
Server: Apache-Coyote/1.1

<?xml version="1.0" encoding="UTF-8"?>
<D:multistatus xmlns:D="DAV:">
    <D:response>
        <D:href>/slide/files/README.html</D:href>
        <D:propstat>
            <D:prop>
                <D:displayname>README.html</D:displayname>
            </D:prop>
            <D:status>HTTP/1.1 200 OK</D:status>
        </D:propstat>
    </D:response>
</D:multistatus>


-- 
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]

Reply via email to