xiaoxiwu / oauth-dot-net

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

Oauth consumer encode "+" incorrectly #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Sample Service Provider, default.asp.cs
2. wherever, each time you see there is a "+" in request string. It will be
parsed to " " on server side incorrectly. 
3. get signature_invalid

What is the expected output? What do you see instead?
"+" should be encode to %2b

What version of the product are you using? On what operating system?
0.71b

Please provide any additional information below.

Original issue reported on code.google.com by macromar...@gmail.com on 21 Feb 2010 at 3:35

GoogleCodeExporter commented 8 years ago
Issue was in the render of the Uri onto the page.  The default ToString of Uri 
incorrectly encodes the URL.

Original comment by chris.s....@gmail.com on 1 Mar 2010 at 9:29