~landscape/zope3/newer-from-ztk

« back to all changes in this revision

Viewing changes to src/twisted/web2/dav/test/data/xml/PROPFIND_response.xml

  • Committer: Thomas Hervé
  • Date: 2009-07-08 13:52:04 UTC
  • Revision ID: thomas@canonical.com-20090708135204-df5eesrthifpylf8
Remove twisted copy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<D:multistatus xmlns:D="DAV:">
3
 
  <D:response xmlns:lp1="DAV:" xmlns:lp2="http://apache.org/dav/props/">
4
 
    <D:href>/uploads/</D:href>
5
 
    <D:propstat>
6
 
      <D:prop>
7
 
        <lp1:resourcetype>
8
 
          <D:collection/>
9
 
        </lp1:resourcetype>
10
 
        <lp1:creationdate>2005-07-05T23:08:01Z</lp1:creationdate>
11
 
        <lp1:getlastmodified>Tue, 05 Jul 2005 23:08:01 GMT</lp1:getlastmodified>
12
 
        <lp1:getetag>"77a99-66-27dd9640"</lp1:getetag>
13
 
        <D:supportedlock>
14
 
          <D:lockentry>
15
 
            <D:lockscope>
16
 
              <D:exclusive/>
17
 
            </D:lockscope>
18
 
            <D:locktype>
19
 
              <D:write/>
20
 
            </D:locktype>
21
 
          </D:lockentry>
22
 
          <D:lockentry>
23
 
            <D:lockscope>
24
 
              <D:shared/>
25
 
            </D:lockscope>
26
 
            <D:locktype>
27
 
              <D:write/>
28
 
            </D:locktype>
29
 
          </D:lockentry>
30
 
        </D:supportedlock>
31
 
        <D:getcontenttype>httpd/unix-directory</D:getcontenttype>
32
 
      </D:prop>
33
 
      <D:status>HTTP/1.1 200 OK</D:status>
34
 
    </D:propstat>
35
 
  </D:response>
36
 
  <D:response xmlns:lp1="DAV:" xmlns:lp2="http://apache.org/dav/props/">
37
 
    <D:href>/uploads/foo.txt</D:href>
38
 
    <D:propstat>
39
 
      <D:prop>
40
 
        <lp1:resourcetype/>
41
 
        <lp1:creationdate>2005-07-05T23:08:08Z</lp1:creationdate>
42
 
        <lp1:getcontentlength>19</lp1:getcontentlength>
43
 
        <lp1:getlastmodified>Tue, 05 Jul 2005 23:08:08 GMT</lp1:getlastmodified>
44
 
        <lp1:getetag>"77a9f-13-28486600"</lp1:getetag>
45
 
        <lp2:executable>F</lp2:executable>
46
 
        <D:supportedlock>
47
 
          <D:lockentry>
48
 
            <D:lockscope>
49
 
              <D:exclusive/>
50
 
            </D:lockscope>
51
 
            <D:locktype>
52
 
              <D:write/>
53
 
            </D:locktype>
54
 
          </D:lockentry>
55
 
          <D:lockentry>
56
 
            <D:lockscope>
57
 
              <D:shared/>
58
 
            </D:lockscope>
59
 
            <D:locktype>
60
 
              <D:write/>
61
 
            </D:locktype>
62
 
          </D:lockentry>
63
 
        </D:supportedlock>
64
 
        <D:getcontenttype>text/plain</D:getcontenttype>
65
 
      </D:prop>
66
 
      <D:status>HTTP/1.1 200 OK</D:status>
67
 
    </D:propstat>
68
 
  </D:response>
69
 
</D:multistatus>