]> granicus.if.org Git - apache/commitdiff
There is a bug report for r834073, therefore add a CHANGES entry.
authorStefan Fritsch <sf@apache.org>
Mon, 9 Nov 2009 15:28:59 +0000 (15:28 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 9 Nov 2009 15:28:59 +0000 (15:28 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index 3911238786690a98d9145a78522931db94872f23..37bc2af8b567ad32e88d9782a1b92da4180d81fe 100644 (file)
--- 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 <sf fritsch.de>, 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]