bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
556 stars 108 forks source link

1.3.1 Invalid signature when using ;parameters #22

Closed ChrisRM closed 12 years ago

ChrisRM commented 13 years ago

When using ;parameters in URL, the request fails with an "Invalid signature" message.

In my case, I had to call this URL: http://...com/xcal;all?param1=value1... This gives the "Invalid signature" error, but I managed to temporary fix it using encode() on the "xcal;all" part of the request.

Please implement a fix for this.

bytespider commented 12 years ago

Will not fix. If you think this is an error and should be fixed, please reopen the issue.