If we use  blogger as OpenId provider and login, the User object
doesn't have the email. This causes a Server Error "A server error has
occurred." when looking up the entity with User object in Datastore
viewer.

Also, with Wordpress as OpenId Provider, the email is received at the
first time login. With the "Always Allow" option, the email is not
received in subsequent logins, resulting in server error for the
entity with User object lookup.

It appears that the User class internally expects email to be
mandatory and toString method prints the same. Since the toString
prints empty, it could be failing some validation and resulting in
server error.

Please advise anything can be worked around to overcome this.

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to