Hi,

If I try doing a redirect to a normal http site it works fine, for
example
UserService.createLoginURL("http://www.somewhere.com/index.html";) ;

This will let me login to my Google app account and then redirect me
to www.somewhere.com ...

But if I try to redirect to html in my chrome extension:
UserService.createLoginURL("chrome-extension://[extension id]/
myhtml.html") ;

It redirects me to:
http://[myapp].appspot.com/chrome-extension://[my extension id]]/
myhtml.html

Can someone suggest a simple solution ?
My chrome plug-in uses Google app engine for authentication and I when
the user is not logged in I would like to invoke a log-in page and
give control  back to my extension

-- 
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.

Reply via email to