-
Type: Task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.3 GA
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Infrastructure
-
Tags:
JDK built-in Zip classes have several issues :
- bad filename encoding management (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4244499)
- some memory issues
In order to get ridd of these issues, we should use an other Zip implementation :
- trueZip
- apache ant zip lib
- ...
We need to update existing code using java Zip (expecially the common classes).
- depends on
-
NXP-6311 Exported zip file entries name encoding should be customizable
- Resolved