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.