mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-17 13:50:17 +00:00
25 lines
541 B
Plaintext
25 lines
541 B
Plaintext
#
|
|
# Test specification compliance for LOCK request
|
|
#
|
|
TYPE=LOCK
|
|
URL=http://regression.host/caldav.php/user1/home/i1278618276.ics
|
|
HEADER=Depth: 0
|
|
HEADER=Timeout: Infinite,Second-4100000000
|
|
HEADER=Content-type: text/xml; charset="utf-8"
|
|
HEAD
|
|
|
|
#
|
|
# Include the data in-line
|
|
#
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:lockinfo xmlns:D='DAV:'>
|
|
<D:lockscope><D:exclusive/></D:lockscope>
|
|
<D:locktype><D:write/></D:locktype>
|
|
<D:owner>
|
|
<D:href>http://andrew.mcmillan.net.nz/node/5/</D:href>
|
|
</D:owner>
|
|
</D:lockinfo>
|
|
ENDDATA
|
|
|