PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_WebDAV_Server » Bug #8829

COPY does not allow Multi Status response

Details

Request #8829COPY does not allow Multi Status response
Submitted2006-10-02 10:48 UTC
Fromchris at 6core dot net
Assignedhholzgra
StatusAssigned
PackageHTTP_WebDAV_Server
PHP Versionirrelevant
Roadmaps1.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.