Home » HTTP » HTTP_WebDAV_Client » Bug #5570
problem with xml body requests
Details
| Submitted | 2005-09-30 08:52 UTC |
|---|---|
| From | decoutsy at utt dot fr |
| Status | No Feedback |
| Package | HTTP_WebDAV_Client |
| PHP Version | 5.0.4 |
| OS | linux mandrake 10.1 |
| Roadmaps | (Not assigned) |
Comments
[2005-09-30 08:52 UTC] decoutsy at utt dot fr
Description:
------------
i've tried to implement most of webdav methods, and i've only got problems with REPORT, PROPPATCH and LOCK : i can send the request but it looks like the navigator waits an infinite time for the server response.
the common point of these methods is that they need an XML body ; notice not-XML body work fine with PUT. the server i use is catacomb, and i don't think there is a problem with it as sending requests with cadaver is ok.