hi i tried to make an application on GAE, that demos the openID authentication mechanism.
i saw some examples of people that think they use openID, but there is no openID code in their program - only links to some openID providers... and that providers ask for authentication. what i wanna show is a program that gets URL, and uses openID code in order to authenticate that user. unfortunately, my code did not work since it needs to use HttpClient, that opens a thread, and this is blocked by google app engine. my questiion: is there a work around? i have encountered the same problem in another project (tried to call amazon EC2 from GAE), and then amazon gave a different JAR that don't use HttpClient, but UrlFetch of Google... any ideas? Ohad -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
