diff options
Diffstat (limited to 'samples/xml/propget.xml')
-rw-r--r-- | samples/xml/propget.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/xml/propget.xml b/samples/xml/propget.xml index 2db1aa2..dd20c91 100644 --- a/samples/xml/propget.xml +++ b/samples/xml/propget.xml @@ -2,6 +2,13 @@ <D:multistatus xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"> <D:response> + <D:href>/calendar/fake/</D:href> + <D:propstat> + <D:status>HTTP/1.1 404 Not Found</D:status> + </D:propstat> + </D:response> + + <D:response> <D:href>/calendar/user/</D:href> |