Closed GoogleCodeExporter closed 9 years ago
Looking at other code versions submitted here. The PHP librar makes slightly
different modifications and the Cold Fusion library just uses the CF
urlencodeformat
method which has + for ' ' which seems incorrect.
Original comment by clive%pl...@gtempaccount.com
on 30 Jul 2008 at 9:43
I'm pretty darn sure OAuth.percentEncode(String) conforms to OAuth Core 1.0
section
5.1 <http://oauth.net/core/1.0/#encoding_parameters>.
Various platforms provide percent encoding algorithms that are slightly
different
from each other and often different from the OAuth specification. So you'll
see
similar code in various OAuth implementations, but it won't be the same.
Original comment by jmkrist...@gmail.com
on 22 Oct 2008 at 5:53
Original issue reported on code.google.com by
clive%pl...@gtempaccount.com
on 23 Jul 2008 at 2:07