Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now when we build the partition string for the container we use colons and slashes to delimit. This clashes with URIs, meaning we can't encode URIs a streams. Instead of : and / we should use ; and #, for example, respectively.
Attachments
Attachments
Issue Links
- breaks
-
SAMZA-197 Use JSON rather than custom encoding for container SSPs
- Resolved