PEAR is archived and read-only

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

Home » HTTP » HTTP_WebDAV_Client » Bug #5570

problem with xml body requests

Details

Submitted2005-09-30 08:52 UTC
Fromdecoutsy at utt dot fr
StatusNo Feedback
PackageHTTP_WebDAV_Client
PHP Version5.0.4
OSlinux 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.