surjit / oauth

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

OAuth.php - to_header #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in http://oauth.googlecode.com/svn/code/php/OAuth.php

in function to_header

The first line is 
   $out ='"Authorization: OAuth realm="' . $realm . '",'; 

I think it should be
    $out ='Authorization: OAuth realm="' . $realm . '"';

There is a redundant quote and a redundant comma.

Original issue reported on code.google.com by erel...@gmail.com on 28 Oct 2008 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by leah.culver on 14 Jan 2009 at 9:30

GoogleCodeExporter commented 9 years ago
This is a duplicate of bug 34 
(http://code.google.com/p/oauth/issues/detail?id=34)

It was fixed and commited in rev. 853 
(http://code.google.com/p/oauth/source/detail?r=853)

-Morten

Original comment by morten.f...@gmail.com on 30 Jan 2009 at 6:27