Actions
Bug #1509
closedbinary data files loaded from metacat are corrupted
Start date:
04/17/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1509
Description
Tested sending a data package with binary data file (image) to metacat, then
deleting local package. This forces a download of the data from metacat.
Resulting image was corrupted and could not be displayed.
Updated by Dan Higgins over 20 years ago
Appears that problem is with Morpho's saving of metacat response to a file.
Looks like filter for special xml-invalid characters is being (incorectly)
applied to data files! (Should only be used with XML files).
Updated by Dan Higgins over 20 years ago
fixed by adding a new method to MetacatDataStore which does not filter file.
This method is called when data files are to be retrieved.
Actions