]> granicus.if.org Git - apache/commitdiff
Clarify the existing behavior.
authorGraham Leggett <minfrin@apache.org>
Fri, 24 May 2013 12:02:28 +0000 (12:02 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 24 May 2013 12:02:28 +0000 (12:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1486027 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/props.c

index e5eaef165a46637efcb0ad469eb360140b997d54..42d636c37814f5c067e577378d487487669bfb5d 100644 (file)
@@ -1044,6 +1044,10 @@ DAV_DECLARE_NONSTD(void) dav_prop_exec(dav_prop_ctx *ctx)
             /*
             ** Delete the property. Ignore errors -- the property is there, or
             ** we are deleting it for a second time.
+            **
+            ** http://tools.ietf.org/html/rfc4918#section-14.23 says
+            ** "Specifying the removal of a property that does not exist is
+            ** not an error"
             */
             /* ### but what about other errors? */
             (void) (*propdb->db_hooks->remove)(propdb->db, &name);