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

JSON bodies with comments are not displayed #1184

Closed
WilliamBZA opened this issue Apr 26, 2022 · 0 comments · Fixed by #1185
Closed

JSON bodies with comments are not displayed #1184

WilliamBZA opened this issue Apr 26, 2022 · 0 comments · Fixed by #1185
Labels
Bug Type: Bug
Milestone

Comments

@WilliamBZA
Copy link
Member

While JSON does not officially support comments in the style of // comment, many JSON serializers allow the use of comments without breaking.

This means that if a JSON message with a comment in the payload is sent to the error queue, the body will be stored with the comment. ServicePulse will fail to render the body though as comments are not supported by the browser's deserializer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant