You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/05/24 14:02:28 UTC

svn commit: r1486027 - /httpd/httpd/trunk/modules/dav/main/props.c

Author: minfrin
Date: Fri May 24 12:02:28 2013
New Revision: 1486027

URL: http://svn.apache.org/r1486027
Log:
Clarify the existing behavior.

Modified:
    httpd/httpd/trunk/modules/dav/main/props.c

Modified: httpd/httpd/trunk/modules/dav/main/props.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/dav/main/props.c?rev=1486027&r1=1486026&r2=1486027&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/dav/main/props.c (original)
+++ httpd/httpd/trunk/modules/dav/main/props.c Fri May 24 12:02:28 2013
@@ -1044,6 +1044,10 @@ DAV_DECLARE_NONSTD(void) dav_prop_exec(d
             /*
             ** 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);