From fe15c632eb6b709687d3ebf530fc5ca4f17c5ea6 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 24 May 2013 12:02:28 +0000 Subject: [PATCH] Clarify the existing behavior. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1486027 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/props.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.47.3