From: Stefan Fritsch Date: Mon, 9 Nov 2009 15:28:59 +0000 (+0000) Subject: There is a bug report for r834073, therefore add a CHANGES entry. X-Git-Tag: 2.3.3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3db919421f1a84e61f448925da485f5e3c09cb32;p=apache There is a bug report for r834073, therefore add a CHANGES entry. Fix litmus warning: According to RFC2518, COPY to non-existant collection should give 409 CONFLICT. PR: 39299 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834107 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 3911238786..37bc2af8b5 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,10 @@ Changes with Apache 2.3.3 mod_proxy_ftp: NULL pointer dereference on error paths. [Stefan Fritsch , Joe Orton] + *) mod_dav_fs: Return 409 instead of 500 for Litmus test case copy_nodestcoll + (a COPY request where the parent of the destination resource does not + exist). PR 39299. [Stefan Fritsch] + *) mod_dav_fs: Don't delete the whole file if a PUT with content-range failed. PR 42896. [Stefan Fritsch]