blob: 942f5eef005d1b000051f7ef8eee2812f49a605a [file] [log] [blame]
Daniel Veillard01791d51998-07-24 19:24:09 +00001
2
3------- test/dav1 -----------
4<?xml version="1.0"?>
5<?xml:namespace ns="http://www.foo.bar/boxschema" prefix="R"?>
6<?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="D"?>
7<D:multistatus>
8 <D:response>
9 <D:prop>
10 <R:bigbox>
11 <R:BoxType>Box type A</R:BoxType>
12 </R:bigbox>
13 <R:author>
14 <R:Name>J.J. Dingleheimerschmidt</R:Name>
15 </R:author>
16 </D:prop>
17 <D:status>HTTP/1.1 200 OK</D:status>
18 </D:response>
19 <D:response>
20 <D:prop>
21 <R:DingALing/>
22 <R:Random/>
23 </D:prop>
24 <D:status>HTTP/1.1 403 Forbidden</D:status>
25 <D:responsedescription> The user does not have access to the DingALing property.
26 </D:responsedescription>
27 </D:response>
28 <D:responsedescription> There has been an access violation error.
29 </D:responsedescription>
30</D:multistatus>