davical/testing/tests/regression-suite/826-Spec-PROPFIND.result
Andrew McMillan 8b53f09baa Allow non GET/POST requests on index.php to actually call caldav.php
which means that a request for / which becomes index.php, still works
with a PROPFIND or similar.
2007-11-03 20:37:44 +13:00

50 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<response>
<href>/caldav.php/</href>
<propstat>
<prop>
<getcontenttype>httpd/unix-directory</getcontenttype>
<getlastmodified/>
<getcontentlength/>
<creationdate>20071103T201818</creationdate>
<resourcetype>
<collection/>
</resourcetype>
<displayname>DAViCal CalDAV Server</displayname>
<getetag>"38f09ba341cd927809b571496db6e4c3"</getetag>
<acl>
<ace>
<principal>
<authenticated/>
</principal>
<grant>
</grant>
</ace>
</acl>
<getcontentlanguage>en_NZ.UTF-8</getcontentlanguage>
<supportedlock>
<lockentry>
<lockscope>
<exclusive/>
</lockscope>
<locktype>
<write/>
</locktype>
</lockentry>
</supportedlock>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<lockdiscovery xmlns="dav:"/>
<source xmlns="dav:"/>
<checked-in xmlns="dav:"/>
<checked-out xmlns="dav:"/>
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
</multistatus>