Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression showing escaped charaters #871

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Conversation

alessio-perugini
Copy link
Contributor

@alessio-perugini alessio-perugini commented Dec 11, 2023

Fix regression introduced by #862 .
We send JSON with the default json Marshal of golang which escapes HTML elements by default. This implies that some text with<, >, &, U+2028 and U+2029 char will not be converted back to their original char.

@alessio-perugini alessio-perugini added the type: imperfection Perceived defect in any part of project label Dec 11, 2023
@alessio-perugini alessio-perugini self-assigned this Dec 11, 2023
Copy link

@rhpco rhpco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, tricky but acceptable solutions :)

@alessio-perugini alessio-perugini merged commit ba3283c into main Dec 11, 2023
@alessio-perugini alessio-perugini deleted the fix-regression branch December 11, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants