Actions
Bug #7193
closedMN.publish fails because of the mismatched checksum
Start date:
05/22/2017
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
The MN.publish method will modify the eml document's content, but it doesn't compute the new checksum and only uses the old one to call the mn.update method. The mn.update didn't check the checksum ((see ticket https://projects.ecoinformatics.org/ecoinfo/issues/7192), so it worked. However, when we check the checksum in the mn.update method, it fails.
Updated by Jing Tao over 7 years ago
- Status changed from New to Resolved
Added code to change the checksum. It works right now.
Actions