On 30/05/16 13:44, Yasumasa Suenaga wrote: > We had aimed to handle *traditional* zip encryption at first. > However, we also want to handle *strong* zip encryption. (e.g. AES)
OpenJDK does not control the format of a zip file. To make such a change we'd have to negotiate with the other users of the .ZIP format. Andrew.