diff -r e820d433f405 -r d5031c30022c src/server/webdav/multistatus.h --- 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; }; /*