You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2006/04/21 06:00:06 UTC

[jira] Assigned: (GERONIMO-1869) Percent complete goes over 100% when installing configurations

     [ http://issues.apache.org/jira/browse/GERONIMO-1869?page=all ]

Aaron Mulder reassigned GERONIMO-1869:
--------------------------------------

    Assign To: Aaron Mulder

> Percent complete goes over 100% when installing configurations
> --------------------------------------------------------------
>
>          Key: GERONIMO-1869
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1869
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: core
>     Versions: 1.1
>     Reporter: Aaron Mulder
>     Assignee: Aaron Mulder
>     Priority: Critical
>      Fix For: 1.1

>
> Looks like the UnpackArtifactTypeHandler counts the "uncompressed" bytes, whereas the % is based on the content size returned by the server for the download (the "compressed" byte count).
> Probably should use an InputStream between the download stream and the ZIP stream that performs the count on read(byte[],int,int) and them use that count instead of the uncompressed count.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira