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
If resources contain control characters like \u001e (record separator) in strings or other string like primitive type values, the XML generator can't output them. Because the resulting exception is not handled, the output hangs and will never finish.
A fix should contain the following:
handle exceptions while generating XML
disallow control chars in primitive type values like strings, codes, URI's and so on
The text was updated successfully, but these errors were encountered:
alexanderkiel
changed the title
Fix Hanging XML Output for Resources Containing Control Chars
Fix XML Output for Resources with Control Chars
Mar 14, 2024
If resources contain control characters like
\u001e
(record separator) in strings or other string like primitive type values, the XML generator can't output them. Because the resulting exception is not handled, the output hangs and will never finish.A fix should contain the following:
The text was updated successfully, but these errors were encountered: