mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-24 15:00:16 +00:00
31 lines
575 B
Plaintext
31 lines
575 B
Plaintext
#
|
|
# Spec compliant test for all properties. Depth infinity this time
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://mycaldav/caldav.php/user1/home/
|
|
HEADER=User-Agent: RFC2518 Spec Tests
|
|
HEADER=Depth: infinity
|
|
HEADER=Content-Type: application/xml
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<propfind xmlns="DAV:">
|
|
<prop>
|
|
<creationdate/>
|
|
<displayname/>
|
|
<getcontentlanguage/>
|
|
<getcontentlength/>
|
|
<getcontenttype/>
|
|
<getetag/>
|
|
<getlastmodified/>
|
|
<lockdiscovery/>
|
|
<resourcetype/>
|
|
<source/>
|
|
<supportedlock/>
|
|
<checked-in/>
|
|
<checked-out/>
|
|
</prop>
|
|
</propfind>
|
|
ENDDATA
|