-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.0.3, 4.2.0alpha2
-
Sprint 48, Jan 2019, Sprint 49 (Feb 2019)
-
0.125
When generating event tags server first cuts them to TAG_NAME_LEN, TAG_VALUE_LEN size and only then tries to remove whitespace from both ends, which is backwards.
First the whitespace must be trimmed and only then (if the tag/value size is still larger than field size) cut.