influencia0406 / oauth-signpost

Automatically exported from code.google.com/p/oauth-signpost
0 stars 0 forks source link

incorrect get signing when params include space #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When testing yahoo boss api with the signpost example.
(which can be found here:http://code.google.com/p/yboss-example/)
The example works fine, but when replacing the search query from "Yahoo" to 
"Yahoo Boss", the service results in signature_invalid error.
the search query is encode using java urlencoder and results in "Yahoo+Boss".

If replacing the "+" signs in the encoded query with "%20" the signpost example 
then works as expected.

Original issue reported on code.google.com by had...@gmail.com on 9 Aug 2012 at 10:23