From: Dannes W. <da...@ex...> - 2011-02-26 18:07:45
|
On 26 Feb 2011, at 17:11 , Dannes Wessels wrote: > Most webdav clients can fortunately deal with this in a right way, I added code for this as a work around. Soit seems that netdrive can't deal with this situation, nothing we can do about that. the fix is done in rev12825 : https://fisheye3.atlassian.com/changelog/exist?cs=12825 what is the fix about: it does not send the size of the resource during the download; a a result, under the hood, data is send ;chuncked' to the client, the client pulls bytes until the bytestream stops, For XML documents exist-db estimates the size of the XML, modulo 4 kb (the internal page size). The propfind will always return the modulo 4096 value, I guess netdrive uses this value for estimating the download size of the document. Netdrive should not no this, and fails handling this correct situation. :-( -- Dannes Wessels eXist-db Open Source Native XML Database e: da...@ex... w: http://www.exist-db.org |