src/server/webdav/multistatus.h

branch
webdav
changeset 239
d5031c30022c
parent 237
ee1680ef1ef2
child 403
0f678595d497
--- a/src/server/webdav/multistatus.h	Sat Jan 25 09:00:27 2020 +0100
+++ b/src/server/webdav/multistatus.h	Sat Jan 25 11:16:55 2020 +0100
@@ -56,12 +56,20 @@
     MSResponse *current;
     
     /*
-     * map of document namespace definitions
+     * Map of document namespace definitions
      * 
      * key: (char*) namespace prefix
      * value: WSNamespace*
      */
     UcxMap *namespaces;
+    
+    /*
+     * Is this a proppatch request?
+     * 
+     * In a proppatch response, when the first property with an error occurs,
+     * all already added properties will be set to 424 Failed Dependency.
+     */
+    WSBool proppatch;
 };
 
 /*

mercurial