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

CometD server does not use UTF-8 charset resulting in garbled text in Bayeux messages #55

Closed
sbordet opened this issue Dec 11, 2009 · 2 comments

Comments

@sbordet
Copy link
Member

sbordet commented Dec 11, 2009

After the fix for #32, the server is not able to derive the correct charset encoding from the mime type (for mime type "application/json" the charset should be UTF-8) and uses ISO-8859-1 as default.
This results in garbled text contained in Bayeux messages sent to clients.

@sbordet
Copy link
Member Author

sbordet commented Dec 11, 2009

Originally reported by sbordet on 2009-12-11T06:09:41Z

@sbordet
Copy link
Member Author

sbordet commented Dec 11, 2009

sbordet on 2009-12-11T06:20:49Z:
Fixed by specifying the charset explicitely in both client and server.

@sbordet sbordet closed this as completed Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant