| Daniel Veillard | 01791d5 | 1998-07-24 19:24:09 +0000 | [diff] [blame^] | 1 | |
| 2 | |
| 3 | ------- test/dav9 ----------- |
| 4 | <?xml version="1.0"?> |
| 5 | <?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="d"?> |
| 6 | <d:multistatus> |
| 7 | <d:response> |
| 8 | <d:href>http://www.foo.bar/container/resource1</d:href> |
| 9 | <d:href>http://www.foo.bar/container/resource2</d:href> |
| 10 | <d:href>http://www.foo.bar/container/</d:href> |
| 11 | <d:href>http://www.foo.bar/container/C2/R2</d:href> |
| 12 | <d:status>HTTP/1.1 201 Created</d:status> |
| 13 | </d:response> |
| 14 | <d:response> |
| 15 | <d:href>http://www.foo.bar/container/C2</d:href> |
| 16 | <d:status>HTTP/1.1 420 Method Failure</d:status> |
| 17 | </d:response> |
| 18 | <d:response> |
| 19 | <d:href>http://www.foo.bar/othercontainer/C2</d:href> |
| 20 | <d:status>HTTP/1.1 409 Conflict</d:status> |
| 21 | </d:response> |
| 22 | </d:multistatus> |