Mike 9.14.2011

  • Google does not approve of my HTTP request method and throws an exception when I try to call it from within their app engine:
    • “javax.net.ssl.KeyManagerFactory is a restricted class. Please see the Google  App Engine developer’s guide for more details.”
  • I have to try and find another way to make the requests.
  • Looked in to Google’s gdata library source and found what classes they use to make their requests: HttpGDataRequest
    • I was able to do a similar HTTP get as before but now I’m using ‘google approved classes’
    • since this is now google app engine specific I rolled everything in to one large project instead of breaking it out in to libraries