To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71386


User kso changed the following:

                What    |Old value                 |New value
================================================================================
                 Summary|UCB: download of .oxt file|UCB: backgrounddownload.cx
                        |s files.                  |x => InputStream::getLengt
                        |                          |h() bug.
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Apr 25 11:44:29 +0000 
2007 -------
I think I need to state the problem a little bit more in detail: 

The actual problem (causing the problem with the oxt file downloads) is a bug in
the implementation of the XInputStream implementation in
ucbhelper/source/backgrounddownload.cxx. InputStream::getLength() is bogus. The
stream's data buffer is filled asynchrounously, but getLength() currently
returns the length at the time the method gets called. This violates the
specification. Implementation must be fixed to wait until all data is available
and to return the final length, afterwards.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to