Author: fmantek
Date: Fri Nov 10 06:35:09 2006
New Revision: 43

Modified:
   trunk/clients/cs/RELEASE_NOTES.txt
   trunk/clients/cs/src/core/atomfeedparser.cs
   trunk/clients/cs/src/core/exceptions.cs
   trunk/clients/cs/src/core/gauthrequest.cs
   trunk/clients/cs/src/core/request.cs

Log:
 changed Exception handling. The code now throws more detailed exceptions based 
on what was happening:
  -> GDataRequestException: generic exception 
  -> GDataForbiddenException: exception thrown when the server return a 
Forbidden on authentication
  -> GDataRedirectException: exception thrown when the server returned a 
redirect
- changed redirect handling on Post. The library will follow redirects on Post 
automatically by default, to accomodate Blogger (which
  currently may return 302s on posts). This can be turned off by setting the 
.StrictRedirect property to true on the 
  GDataAuthRequestFactory. If it is turned off, the code will throw if a 
redirect is happening on an HTTP verb other than GET.
- removed cookie handling. The code will handle cookies now without using the 
CookieContainer (one hurdle on the way to the CompactFramework Port).


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to google-help-dataapi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to