diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/xml/prop-get.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/samples/xml/prop-get.xml b/samples/xml/prop-get.xml deleted file mode 100644 index 72ee984..0000000 --- a/samples/xml/prop-get.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<D:multistatus xmlns:D="DAV:"> - - <D:response> - <D:href>/calendar/dav/calmozilla1%40gmail.com/user/</D:href> - <D:propstat> - <D:status>HTTP/1.1 200 OK</D:status> - <D:prop> - <D:principal-URL> - <D:href>/calendar/dav/calmozilla1@gmail.com/user/</D:href> - </D:principal-URL> - <D:resourcetype> - <D:principal /> - <D:collection /> - </D:resourcetype> - </D:prop> - </D:propstat> - - <D:propstat> - <D:status>HTTP/1.1 404 Not Found</D:status> - <D:prop> - <A:current-user-principal xmlns:A="DAV:" /> - </D:prop> - </D:propstat> - </D:response> - -</D:multistatus> |