mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
Changed line wrapping in awl is one major reason for etag changes. With this commit, all tests in regression-suite, binding and carddav pass for me, using the configuration outlined in README.regression_tests
36 lines
953 B
XML
36 lines
953 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:">
|
|
<response>
|
|
<href>/caldav.php/user1/addressbook/andrew_mcmillan.vcf</href>
|
|
<propstat>
|
|
<prop>
|
|
<getcontenttype>text/vcard</getcontenttype>
|
|
<resourcetype/>
|
|
<getcontentlength>1282</getcontentlength>
|
|
<displayname>User 1</displayname>
|
|
<getlastmodified>Dow, 01 Jan 2000 00:00:00 GMT</getlastmodified>
|
|
<creationdate>yyyymmddThhmmssZ</creationdate>
|
|
<getetag>"a81fa8394d866e6037ea426554663e4c"</getetag>
|
|
<getcontentlanguage/>
|
|
<supportedlock>
|
|
<lockentry>
|
|
<lockscope>
|
|
<exclusive/>
|
|
</lockscope>
|
|
<locktype>
|
|
<write/>
|
|
</locktype>
|
|
</lockentry>
|
|
</supportedlock>
|
|
<owner>
|
|
<href>/caldav.php/user1/</href>
|
|
</owner>
|
|
<current-user-principal>
|
|
<href>/caldav.php/user1/</href>
|
|
</current-user-principal>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|