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 #6234

UNLOCK should return 204 instead of 200 on success

Details

Submitted2005-12-13 00:54 UTC
Fromhugh at worldwebms dot com
Assignedhholzgra
StatusClosed
PackageHTTP_WebDAV_Server
PHP Version5.0.4
OSDebian Linux
Roadmaps(Not assigned)

Comments

[2005-12-13 00:54 UTC] hugh at worldwebms dot com

Description:
------------
The UNLOCK() function should return status "204 No Content" instead of "200 OK". This causes older versions of Dreamweaver (particularly MX 6.0) to report an error when performing an operation involving an UNLOCK. According to the RFC for WebDAV, 204 is the correct response in this case since there is no content returned on successful unlock.