Author: kn
Date: Mon Oct  8 14:19:17 2007
New Revision: 6384

Log:
- Added another TODO

Modified:
    trunk/Webdav/src/backends/simple.php

Modified: trunk/Webdav/src/backends/simple.php
==============================================================================
--- trunk/Webdav/src/backends/simple.php [iso-8859-1] (original)
+++ trunk/Webdav/src/backends/simple.php [iso-8859-1] Mon Oct  8 14:19:17 2007
@@ -697,6 +697,9 @@
             );
         }
 
+        // @TODO: RFC2616 Section 9.6 PUT requires us to send 501 on all
+        // Content-* we don't support.
+
         // Everything is OK, create or update resource.
         if ( !$this->nodeExists( $source ) )
         {


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to