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

Clients

Details

Request #6796Clients
Submitted2006-02-16 14:30 UTC
Fromjean-luc at thirot dot com
StatusDuplicate
PackageHTTP_WebDAV_Server
PHP Version4.3.3
OSXP
Roadmaps(Not assigned)

Comments

[2006-02-16 14:30 UTC] jean-luc at thirot dot com

Description:
------------
Detected a bug with the client DreamWeaver 6.0 MX

The files are not visible in DW

PROFIND method

Answer :
<D:response xmlns ...>
<D:href>/path/file/</D:displayname>
....

I think that it must be without the final / for files
<D:href>/path/file</D:displayname>

I made a quick test and commented in server.php line 1923
// $path = $path."/";

And I can see the files in DW.