Actions
Bug #4622
closedlocal copies of zip "data tables" corrupt
Start date:
12/10/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4622
Description
The example is soong.37.2 on the dev metacat (search for soong). The data package contains zip files as "data tables". The zip files are intact in the cache folder (can be expanded). After syncing remote->local, the zip files in the data folder are corrupt (contents can be listed but not expanded).
Updated by Oliver Soong almost 15 years ago
This seems to cascade into exporting when local data are present as well. With no local data, exporting seems to work fine.
Updated by Jing Tao almost 15 years ago
In DataPackage.download method, there were local codes to handle download data. They used Reader and Writer method :(. I used serializeData method, which were fully tested, to replace the local code. After do that, it works for Jim, oliver and me.
Actions