mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
24 lines
608 B
Plaintext
24 lines
608 B
Plaintext
#
|
|
# Testing for Spec compliance. PROPFIND on /
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/
|
|
HEADER=User-Agent: RFC2518 Spec Tests
|
|
HEADER=Depth: 0
|
|
HEADER=Content-Type: application/xml
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<propfind xmlns="DAV:"><prop><principal-collection-set/><current-user-principal/><calendar-description xmlns="urn:ietf:params:xml:ns:caldav" /></prop></propfind>
|
|
ENDDATA
|
|
#<propfind xmlns="DAV:">
|
|
# <prop>
|
|
# <principal-collection-set/>
|
|
# <current-user-principal/>
|
|
# <calendar-description xmlns="urn:ietf:params:xml:ns:caldav"/>
|
|
# </prop>
|
|
#</propfind>
|
|
#ENDDATA
|
|
|