Home » HTTP » HTTP_WebDAV_Server » Bug #6234
UNLOCK should return 204 instead of 200 on success
Details
| Submitted | 2005-12-13 00:54 UTC |
|---|---|
| From | hugh at worldwebms dot com |
| Assigned | hholzgra |
| Status | Closed |
| Package | HTTP_WebDAV_Server |
| PHP Version | 5.0.4 |
| OS | Debian 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.