Home » HTTP » HTTP_WebDAV_Server » Bug #6796
Clients
Details
| Request #6796 | Clients |
|---|---|
| Submitted | 2006-02-16 14:30 UTC |
| From | jean-luc at thirot dot com |
| Status | Duplicate |
| Package | HTTP_WebDAV_Server |
| PHP Version | 4.3.3 |
| OS | XP |
| 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.