Actions
Bug #9929
open[SDK] portable_manifest_text() normalizes manifest, breaks CollectionReader() round trip
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
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.
Actions