Actions
Bug #5558
closeddetect: invalid hex character in content leads to bad debug message
Affected Versions:
Effort:
Difficulty:
Label:
Description
A signature developer will want
"Invalid hex code in content - |01 10 0j|, hex j. Invalidating signature."
instead of
"Invalid hex code in content - \u0001\u00101 10 0j|, hex j. Invalidating signature."
That is the full content with the problematic character, not a partially escaped/binary message
Actions