marig345 / oauth-php

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

Signed request with trailing & on url #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Shinig seems to be attaching a trailing & to the uri with a signed request.
This casued RSA_SHA1 signatrue verification to not work. I implemented a
fix by not adding the paramater with an empty name in OAuthRequest,
parseUri but there is probably a better way.

Original issue reported on code.google.com by glenhass...@gmail.com on 14 Oct 2009 at 11:41

GoogleCodeExporter commented 9 years ago
Could you post your patch? It would make it easier to see what is going on to 
fix.

Original comment by brunobg%...@gtempaccount.com on 12 Jan 2010 at 7:00

GoogleCodeExporter commented 9 years ago
I implemented your suggestion. Just posted to SVN. Hope that fixes the issue, 
since I
can't reproduce it--the patch certainly won't do any harm, anyway.

Original comment by brunobg%...@gtempaccount.com on 12 Jan 2010 at 7:21

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r70.

Original comment by brunobg%...@gtempaccount.com on 12 Jan 2010 at 7:22