You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jay D. McHugh (JIRA)" <ji...@apache.org> on 2008/10/24 01:39:46 UTC

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

     [ https://issues.apache.org/jira/browse/GERONIMO-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay D. McHugh updated GERONIMO-2290:
------------------------------------

    Fix Version/s:     (was: 2.0.3)
                   2.0.4

> Percent complete goes over 100% when installing configurations
> --------------------------------------------------------------
>
>                 Key: GERONIMO-2290
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2290
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console, core
>    Affects Versions: 1.1
>            Reporter: Aaron Mulder
>            Priority: Critical
>             Fix For: 2.0.4
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.