You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/10/07 15:41:30 UTC

[jira] Created: (FELIX-2643) When using the jardir url handler, fileinstall should not compress the zip stream

When using the jardir url handler, fileinstall should not compress the zip stream
---------------------------------------------------------------------------------

                 Key: FELIX-2643
                 URL: https://issues.apache.org/jira/browse/FELIX-2643
             Project: Felix
          Issue Type: Improvement
          Components: File Install
            Reporter: Guillaume Nodet
            Priority: Minor


We should add something like the following just after creating the JarOutputStream:
             jos.setLevel(Deflater.NO_COMPRESSION);


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-2643) When using the jardir url handler, fileinstall should not compress the zip stream

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-2643.
------------------------------------

       Resolution: Fixed
    Fix Version/s: fileinstall-3.1.0
         Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	fileinstall/src/main/java/org/apache/felix/fileinstall/internal/Util.java
Committed r1027388


> When using the jardir url handler, fileinstall should not compress the zip stream
> ---------------------------------------------------------------------------------
>
>                 Key: FELIX-2643
>                 URL: https://issues.apache.org/jira/browse/FELIX-2643
>             Project: Felix
>          Issue Type: Improvement
>          Components: File Install
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>            Priority: Minor
>             Fix For: fileinstall-3.1.0
>
>
> We should add something like the following just after creating the JarOutputStream:
>              jos.setLevel(Deflater.NO_COMPRESSION);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.