Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.0RC8

Request #8829 COPY does not allow Multi Status response
Submitted: 2006-10-02 10:48 UTC
From: chris at 6core dot net Assigned: hholzgra
Status: Assigned Package: HTTP_WebDAV_Server (version 1.0.0RC3)
PHP Version: irrelevant OS:
Roadmaps: 1.2    
Subscription  


 [2006-10-02 10:48 UTC] chris at 6core dot net (Christiaan Ottow)
Description: ------------ According to RFC 2518, a COPY request must result in a 207 (Multi Status) response when performing COPY on a collection, and the copy failes on one of the resources not identified by the request. HTTP_WebDAV_Server doesn't provide the methods for an extending class' COPY method to return such a result, the return value is used as a single status response without a response body.

Comments

 [2007-11-14 16:11 UTC] hholzgra (Hartmut Holzgraefe)
yes, this is a known deficiency ... not sure yet whether i'll fix this before 1.0 or just document it as limitation
 [2008-04-23 03:11 UTC] hholzgra (Hartmut Holzgraefe)
Won't fix for 1.0, changed to feature request for now ...
 [2008-10-11 00:56 UTC] shimon (Shimon Dookdin)
may be a hint: when you add header(207, false) it alows duplicates