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

Dealing with "null" encoding in RenderStream #5

Open
guillaumeprevot opened this issue Aug 10, 2018 · 0 comments
Open

Dealing with "null" encoding in RenderStream #5

guillaumeprevot opened this issue Aug 10, 2018 · 0 comments

Comments

@guillaumeprevot
Copy link

First of all, thank you for this great framework.

I found what looks like a bug in the org.debux.webmotion.server.render.RenderStream class (near line 76) :

if (encoding == null) {
    response.setCharacterEncoding(encoding);
} else {
    response.setCharacterEncoding(DEFAULT_ENCODING);
}

The code will use "encoding" if it's null instead of "DEFAULT_ENCODING".

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