From: Graham Leggett Date: Fri, 24 May 2013 12:02:28 +0000 (+0000) Subject: Clarify the existing behavior. X-Git-Tag: 2.5.0-alpha~5416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c340f7e666f59530a34a4b12d8e103a41497c1ad;p=apache Clarify the existing behavior. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1486027 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/props.c b/modules/dav/main/props.c index e5eaef165a..42d636c378 100644 --- a/modules/dav/main/props.c +++ b/modules/dav/main/props.c @@ -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);