You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a leading snippet of contents parsed is included in JsonLocation description; all characters are just included as-is. But it would make sense to ensure that non-printable characters (control characters in particular) are escaped and not just printed out, as these descriptions are often simply printed out as-is into application logs and control characters (like linefeeds, tabs) may be problematic in such cases.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Escape contents of source document for JsonLocation._appendSourceDesc()
Escape contents of source document snippet for JsonLocation._appendSourceDesc()Apr 7, 2021
Currently a leading snippet of contents parsed is included in
JsonLocation
description; all characters are just included as-is. But it would make sense to ensure that non-printable characters (control characters in particular) are escaped and not just printed out, as these descriptions are often simply printed out as-is into application logs and control characters (like linefeeds, tabs) may be problematic in such cases.The text was updated successfully, but these errors were encountered: