You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2009/11/09 16:29:01 UTC

svn commit: r834107 - /httpd/httpd/trunk/CHANGES

Author: sf
Date: Mon Nov  9 15:28:59 2009
New Revision: 834107

URL: http://svn.apache.org/viewvc?rev=834107&view=rev
Log:
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

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=834107&r1=834106&r2=834107&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Nov  9 15:28:59 2009
@@ -10,6 +10,10 @@
      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]