Last change
on this file since 103850 was 95312, checked in by vboxsync, 2 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
572 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <d:multistatus xmlns:d="http://www.ietf.org/standards/dav/">
|
---|
3 | <d:response>
|
---|
4 | <d:href>http://www.foo.bar/othercontainer/resource1</d:href>
|
---|
5 | <d:href>http://www.foo.bar/othercontainer/resource2</d:href>
|
---|
6 | <d:href>http://www.foo.bar/othercontainer/</d:href>
|
---|
7 | <d:href>http://www.foo.bar/othercontainer/R2/D2</d:href>
|
---|
8 | <d:status>HTTP/1.1 201 Created</d:status>
|
---|
9 | </d:response>
|
---|
10 | <d:response>
|
---|
11 | <d:href>http://www.foo.bar/othercontainer/R2/</d:href>
|
---|
12 | <d:status>HTTP/1.1 412 Precondition Failed</d:status>
|
---|
13 | </d:response>
|
---|
14 | </d:multistatus>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.