hoangduit / google-gdata

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

Issue 191 is not fixed #349

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/google-gdata/issues/detail?id=191

Is Issue 191 fixed in current rev ??

Original issue reported on code.google.com by mail.to....@gmail.com on 4 Mar 2010 at 2:03

GoogleCodeExporter commented 9 years ago
string hostedDomain = "example.com";
string nextUrl = "http://www example.com";
string scope = "http://www.google.com/calendar/feeds/";
bool session = true;
bool secure = false;

Console.WriteLine(AuthSubUtil.getRequestUrl(hostedDomain, nextUrl, scope, 
secure, 
session));

OUTPUT >>
https://example.com/accounts/AuthSubRequest?next=http%3A%2F%2Fwww 
example.com&scope=http%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F&secure=0&ses
sion=
1

Correct is
https://www.google.com/accounts/AuthSubRequest?next=http%3A%2F%2Fwww 
example.com&scope=http%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F&secure=0&ses
sion=
1

Original comment by mail.to....@gmail.com on 4 Mar 2010 at 2:18

GoogleCodeExporter commented 9 years ago
Fix checked in, please verify. The orignal was fixed once, but then broken 
again. I need more unittests.

Original comment by fman...@gmail.com on 18 Mar 2010 at 7:54

GoogleCodeExporter commented 9 years ago
Verified.
Thanks.

Original comment by mail.to....@gmail.com on 20 Mar 2010 at 6:46