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

client: don't double-encode the parameters strings #141

Merged
merged 1 commit into from Apr 28, 2014

Conversation

kelnos
Copy link
Contributor

@kelnos kelnos commented Apr 28, 2014

generateParamString() will call URLEncode.encode() on the value when the
scope string is generated later; there's no need to do it twice.

this makes twilio-java behave the same as at least twilio-python and
twilio-ruby, which already do the right thing.

generateParamString() will call URLEncode.encode() on the value when the
scope string is generated later; there's no need to do it twice.

this makes twilio-java behave the same as at least twilio-python and
twilio-ruby, which already do the right thing.
@markandrus
Copy link

+1

@skimbrel
Copy link
Contributor

Thanks @kelnos!

skimbrel added a commit that referenced this pull request Apr 28, 2014
client: don't double-encode the parameters strings
@skimbrel skimbrel merged commit 2217062 into master Apr 28, 2014
@jingming jingming deleted the fix-captoken-double-encode branch March 1, 2017 08:18
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

3 participants