saqibpitafi / google-gdata

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

setUserCredentials doesn't invalidate GAuthToken #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a service, set valid setUserCredentials
2. Perform an operation to update GAuthToken
3. call setUserCredentials with different credentials
4. Perform an operation, old GAuthToken is used

What is the expected output? What do you see instead?
GAuthToken should be set to null on setUserCredentials forcing a 
revalidation

What version of the product are you using? On what operating system?
GData .Net client 1.3.1.0

Please provide any additional information below.
Discussion and workaround here:
http://groups.google.com/group/gdata-dotnet-client-
library/browse_thread/thread/e2de954dbb3d6327

Original issue reported on code.google.com by goodmans...@gmail.com on 9 Feb 2009 at 8:17

GoogleCodeExporter commented 9 years ago
Change to the source doe checked in today

Original comment by fman...@gmail.com on 10 Feb 2009 at 3:09