summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2013-05-24 14:02:28 +0200
committerGraham Leggett <minfrin@apache.org>2013-05-24 14:02:28 +0200
commitc340f7e666f59530a34a4b12d8e103a41497c1ad (patch)
tree373210b4456c272d3e41babafbf5c09dac4a3849 /modules
parentReverting as per veto in http://svn.apache.org/r1486021. (diff)
downloadapache2-c340f7e666f59530a34a4b12d8e103a41497c1ad.tar.xz
apache2-c340f7e666f59530a34a4b12d8e103a41497c1ad.zip
Clarify the existing behavior.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1486027 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/dav/main/props.c4
1 files changed, 4 insertions, 0 deletions
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);