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

disk backed filter-uploads inhibit the ability to decode form field strings as utf8 strings #316

Open
softprops opened this issue May 1, 2016 · 0 comments

Comments

@softprops
Copy link
Member

calls to getString here result in usage of a default character set.

Instead of getString we should be using getString(encoding) to support utf8 string decoding

@softprops softprops changed the title disk backed filter-uploads inhibits the ability to decode form field strings as utf8 strings disk backed filter-uploads inhibit the ability to decode form field strings as utf8 strings May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant