Ticket #164 (new Defect)
Propfind of depth 1 finds no children of /
| Reported by: | wsanchez@… | Owned by: | cdaboo@… |
|---|---|---|---|
| Priority: | 1: Blocker | Milestone: | Later |
| Component: | Calendar Server | Severity: | Crash/data loss |
| Keywords: | 6310825 | Cc: |
Description (last modified by wsanchez@…) (diff)
4/10/07 11:30 AM TIMOTHY:
A PROPFIND with depth 1, only on "/", is missing children, it's the exact same result as a propfind of depth 0.
* STEPS TO REPRODUCE
PROPFIND / HTTP/1.1 Content-Length: 160 Depth: 1 Content-Type: text/xml; charset="utf-8" <?xml version='1.0' encoding='UTF-8'?> <ns0:propfind xmlns:ns0="DAV:"><ns0:prop><ns0:getetag /><ns0:resourcetype /><ns0:displayname /></ns0:prop></ns0:propfind>
* RESULTS
HTTP/1.1 207 Multi-Status
Content-Length: 399
Accept-Ranges: bytes
Server: Twisted/2.5.0+rUnknown TwistedWeb/[twisted.web2, version 0.2.0 (SVN rUnknown)]
Last-Modified: Wed, 04 Apr 2007 22:31:01 GMT
DAV: 1, access-control
ETag: "C773F-2A8-46142725"
Date: Tue, 10 Apr 2007 18:17:20 GMT
Content-Type: text/xml
<?xml version='1.0' encoding='UTF-8'?>
<multistatus xmlns='DAV:'>
<response>
<href>/</href>
<propstat>
<prop>
<getetag>"C773F-2A8-46142725"</getetag>
<resourcetype>
<collection/>
</resourcetype>
<displayname>data</displayname>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
Exists in r1458
Change History
Note: See
TracTickets for help on using
tickets.
