Last Updated:
26 Sep 2019 14:50
by ADMIN
ZipLibrary: ZipArchive should throw exception during ZipArchive creation, when a second stream for creating an entry is opened while the first is still in use
During a ZipArchive creation, when a second stream for creating an entry is opened while the first is still in use the ZipArchive is created with no error message, but the first entry occurs broken (The destination file could not be created).