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

Inconsistent encoding #43

Open
splix opened this issue May 8, 2014 · 0 comments
Open

Inconsistent encoding #43

splix opened this issue May 8, 2014 · 0 comments
Labels

Comments

@splix
Copy link

splix commented May 8, 2014

Currently Jumblr MultipartConverter uses default system encoding for message body (message.getBytes()), that could be 8859-1 on some systems. Scribe, at same time, always use UTF-8 for signature (message.getBytes("UTF-8")).

So, on a system with non-UTF8 encoding it fails to work. On Auth step, but anyway, it cannot prepare valid request for non-latin post on such JVM.

splix added a commit to splix/jumblr that referenced this issue May 8, 2014
KevinTCoughlin pushed a commit to KevinTCoughlin/jumblr that referenced this issue Jul 21, 2015
@KevinTCoughlin KevinTCoughlin self-assigned this Jul 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants