aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2013-01-28 10:24:38 -0800
committerJames Lal <james@lightsofapollo.com>2013-01-28 10:46:09 -0800
commitcfbc4beca74e7baae5c1cd993e18aa92857291c7 (patch)
tree9e455654fbfec694de58cf5477ce4ebaa91100fe /samples
parent75c6e99f3d3ff16cc6f5dc26b7bf1dbbb4b3f648 (diff)
downloadjsCalDAV-cfbc4beca74e7baae5c1cd993e18aa92857291c7.tar.gz
Handle empty propstat by sending false
Diffstat (limited to 'samples')
-rw-r--r--samples/xml/propget.xml7
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>