Skip to content

LCGDM-2958 fix code preventing [#] characters in filename

Checksum code that encoded data in dictionary key used special sequence [#] as separator and that's why it was not possible to checksum file with this sequence in the filename. Without proper data structure this patch at least encode all data in a way that doesn't prevent any characters in filenames.

Merge request reports