src/server/webdav/multistatus.h

branch
webdav
changeset 239
d5031c30022c
parent 237
ee1680ef1ef2
child 403
0f678595d497
equal deleted inserted replaced
238:e820d433f405 239:d5031c30022c
54 Request *rq; 54 Request *rq;
55 MSResponse *first; 55 MSResponse *first;
56 MSResponse *current; 56 MSResponse *current;
57 57
58 /* 58 /*
59 * map of document namespace definitions 59 * Map of document namespace definitions
60 * 60 *
61 * key: (char*) namespace prefix 61 * key: (char*) namespace prefix
62 * value: WSNamespace* 62 * value: WSNamespace*
63 */ 63 */
64 UcxMap *namespaces; 64 UcxMap *namespaces;
65
66 /*
67 * Is this a proppatch request?
68 *
69 * In a proppatch response, when the first property with an error occurs,
70 * all already added properties will be set to 424 Failed Dependency.
71 */
72 WSBool proppatch;
65 }; 73 };
66 74
67 /* 75 /*
68 * implements the WebdavResource interface 76 * implements the WebdavResource interface
69 */ 77 */

mercurial