Home » HTTP » HTTP_WebDAV_Server » Bug #8829
COPY does not allow Multi Status response
Details
| 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 |
| PHP Version | irrelevant |
| Roadmaps | 1.2 |
Comments
[2006-10-02 10:48 UTC] chris at 6core dot net
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.