From: Graham Leggett Date: Fri, 24 May 2013 12:02:28 +0000 (+0000) Subject: Clarify the existing behavior. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe15c632eb6b709687d3ebf530fc5ca4f17c5ea6;p=thirdparty%2Fapache%2Fhttpd.git 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 e5eaef165a4..42d636c3781 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);