DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30317>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30317 getContentLength property not being set correctly Summary: getContentLength property not being set correctly Product: Slide Version: 2.1 Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The content length is not computed and stored correctly when uploading content using WebDAV Client API (WebdavResource). This problem occurs when using InputStream as an argument to putMethod of WebdavResource. It does not occurs when using File as an argument type. See this thread for discussion on this bug: http://www.mail-archive.com/[EMAIL PROTECTED]/msg06773.html This bug is critical since the content uploaded by this method goes through fine without any errors. But the problem surfaces when someone makes a copy of this resource. The copy is not created correctly and worse still no error is thrown on copy method. The error is thrown when someone tries to version control the copied resource. Using byte array to upload resources is not an acceptable workaround due to memory constraints. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
