mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-28 18:16:05 +00:00
Test for current-user-principal support.
This commit is contained in:
parent
f8331aab2d
commit
6a1e0ee2b3
@ -2,8 +2,8 @@ HTTP/1.1 207 Multi-Status
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule, extended-mkcol
|
||||
Allow: OPTIONS, PROPFIND, REPORT
|
||||
ETag: "91b94178e74aa071ad65559e6f0941f3"
|
||||
Content-Length: 965
|
||||
ETag: "abfbbcc5572e1a2e160eac87352f15ca"
|
||||
Content-Length: 1061
|
||||
Content-Type: text/xml; charset="utf-8"
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
@ -32,6 +32,9 @@ Content-Type: text/xml; charset="utf-8"
|
||||
<sync-collection/>
|
||||
</supported-report>
|
||||
</supported-report-set>
|
||||
<current-user-principal>
|
||||
<href>/caldav.php/user1/</href>
|
||||
</current-user-principal>
|
||||
</prop>
|
||||
<status>HTTP/1.1 200 OK</status>
|
||||
</propstat>
|
||||
|
||||
@ -16,6 +16,7 @@ BEGINDATA
|
||||
<resourcetype/>
|
||||
<supported-method-set/>
|
||||
<supported-report-set/>
|
||||
<current-user-principal/>
|
||||
<caldav:supported-calendar-component-set/>
|
||||
</prop>
|
||||
</propfind>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user