Last change
on this file since 98103 was 95312, checked in by vboxsync, 2 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
511 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <D:multistatus xmlns:D="http://www.ietf.org/standards/dav/">
|
---|
3 | <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>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.