Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.0RC8

Bug #17058 Windows Web Folders likes to have content-length on PROPFIND
Submitted: 2010-02-03 12:36 UTC
From: alan_k Assigned:
Status: Open Package: HTTP_WebDAV_Server (version CVS)
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2010-02-03 12:36 UTC] alan_k (Alan Knowles)
Description: ------------ On long file lists, Web Folders likes to have a content-length on the PROPFind result, otherwise it fails if you have 7 or more folders. Fix is pretty simple: ~line 679 $this->http_status("207 Multi-Status"); header('Content-Type: text/xml; charset="utf-8"'); ob_start(); ~line 790 header("Content-Length: " . ob_get_length()); ob_end_flush();

Comments