]> git.openstreetmap.org Git - rails.git/commit
Encode parameters correctly when building an OAuth base string
authorTom Hughes <tom@compton.nu>
Sat, 27 Apr 2013 11:20:16 +0000 (12:20 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 27 Apr 2013 11:20:16 +0000 (12:20 +0100)
commit10161fb41b22286008c91507d7f0b0c7ee453537
tree95d3fa460fa5eea42d3067a03b19ec2b8da44675
parentd48b1ccdf2bfe04c714377f32c6e6afed6560f79
Encode parameters correctly when building an OAuth base string

Parameter key and value escaping needs to use the extended algorithm
from the OAuth specification, not the standard URI escaping algorithm
so we need to escape !, ', *, ( and ) characters.
vendor/assets/ohauth/ohauth.js