Ebeo / google-gdata

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

CalendarService.QueryClientLoginToken/QueryAuthenticationToken no longer throw InvalidCredentialsException on invalid credentials #436

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In version 1.4.0.2, QueryAuthenticationToken used to throw an 
InvalidCredentialsException upon receiving invalid credentials. Not it just 
throws the original 401 WebException - and as you would expect, this messes up 
the error handling in my application. 

I can work around this using additional exception handling code, but I 
certainly didn't expect this kind of breaking changes from a minor library 
upgrade.

Just wanted to know if this is a bug or by design.

Original issue reported on code.google.com by vlad.ili...@gmail.com on 17 Oct 2010 at 6:42

GoogleCodeExporter commented 9 years ago
Can you add your code to this issue so that we can reproduce it?

Original comment by ccherub...@google.com on 16 Dec 2010 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by ccherub...@google.com on 18 Mar 2011 at 1:45