1#
2# Testing for Spec compliance.  PROPFIND on the root
3#
4TYPE=PROPFIND
5URL=http://regression.host/~user1/
6HEADER=User-Agent: RFC2518 Spec Tests
7HEADER=Depth: 0
8HEADER=Content-Type: application/xml
9
10REPLACE=#<creationdate>2\d{3}-\d\d-\d\dT\d\d:\d\d:\d\d[+-]\d\d:\d\d</creationdate>#<creationdate>YYYY-MM-DDThh:mm:ss+ZZ:ZZ</creationdate>#
11
12# Older versions of PHP urlencoded the ~ incorrectly.  Ignore it.
13# REPLACE=/%7Euser1/=/~user1/=
14REPLACE=#%7E#~#
15
16BEGINDATA
17<?xml version="1.0" encoding="utf-8"?>
18<propfind xmlns="DAV:">
19 <prop>
20  <acl/>
21  <creationdate/>
22  <displayname/>
23  <getcontentlanguage/>
24  <getcontentlength/>
25  <getcontenttype/>
26  <getetag/>
27  <getlastmodified/>
28  <lockdiscovery/>
29  <resourcetype/>
30  <source/>
31  <supportedlock/>
32  <checked-in/>
33  <checked-out/>
34 </prop>
35</propfind>
36ENDDATA
37