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

Decode request body with content encoding #25

Merged

Conversation

tkareine
Copy link
Contributor

There seems to be bug in RichRequest#body: the contents of the request are not decoded with the character encoding of the request (but instead with JVM's default encoding). This patch fixes and adds a test for it.

Best regards,
Tuomas Kareinen

Previously, body was decoded with JVM's default encoding.
@rossabaker
Copy link
Member

Thank you for noticing, fixing, and testing! Very nice work.

This pull request was closed.
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

Successfully merging this pull request may close these issues.

None yet

2 participants