Project

General

Profile

Bug #9929

Updated by Peter Amstutz over 7 years ago

CollectionReader(pdh).portable_data_hash() != pdh if the manifest is not normalized, because portable_data_hash() calls portable_manifest_text() which normalizes the manifest.    This breaks round tripping and is confusing. 

 The behavior of portable_manifest_text() should be changed so that it does not normalize the manifest.

Back