blob: 9535ffcf280b37b7584b141df229229dff6d2ee7 [file] [log] [blame]
Daniel Veillard01791d51998-07-24 19:24:09 +00001<?xml version="1.0"?>
Daniel Veillard260a68f1998-08-13 03:39:55 +00002<D:multistatus xmlns:D="http://www.ietf.org/standards/dav/">
Daniel Veillard01791d51998-07-24 19:24:09 +00003 <D:response>
4 <D:prop>
5 <D:supportedlock>
6 <D:LockEntry>
7 <D:locktype>Write</D:locktype>
8 <D:lockscope>Exclusive</D:lockscope>
9 </D:LockEntry>
10 <D:LockEntry>
11 <D:locktype>Write</D:locktype>
12 <D:lockscope>Shared</D:lockscope>
13 </D:LockEntry>
14 </D:supportedlock>
15 </D:prop>
16 <D:status>HTTP/1.1 200 OK</D:status>
17 </D:response>
18</D:multistatus>