GitHub user jaikiran opened a pull request:
https://github.com/apache/commons-compress/pull/69
Correctly track compression level change in ZipArchiveOutputStream
https://bz.apache.org/bugzilla/show_bug.cgi?id=62686 describes a bug in Ant
project's `ZipOutputStream`. The same bug is applicable here in
`ZipArchiveOutputStream`. The commit here fixes that issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jaikiran/commons-compress patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-compress/pull/69.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #69
----
commit be662ad97b67236f9b8ea84d999fa2a88b1f0351
Author: Jaikiran <jaikiran@...>
Date: 2018-09-07T05:32:06Z
Correctly track compression level change in ZipArchiveOutputStream
https://bz.apache.org/bugzilla/show_bug.cgi?id=62686 describes a bug in Ant
project's `ZipOutputStream`. The same bug is applicable here in
`ZipArchiveOutputStream`. The commit here fixes that issue.
----
---