[appengine-java] Does google app engine OAuth endpoints implement two-legged OAuth (2LO)?

2011-11-17 Thread Fábio Uechi
Hi, Does anyone know if Google App Engine OAuth endpoints implement two-legged (2LO) OAuth? Thanks in advance Fábio -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.

[appengine-java] Re: Error redirecting application to strange URL

2011-09-28 Thread Fábio Uechi
Hi, Seems that your app is using the google apps domain nimbocit.com for authentication and it has SSO enabled. cheers Fábio -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://group

[appengine-java] Re: Set password for appcfg.sh update

2011-09-15 Thread Fábio Uechi
You can use an expect script like this: *set username [lrange $argv 0 0]* *set password [lrange $argv 1 1]* *set warDir [lrange $argv 2 2]* *set gaeHome [lrange $argv 3 3]* *set timeout -1* * * *# spawns appcfg.sh* *spawn $gaeHome/bin/appcfg.sh --passin --ema

[appengine-java] how to clear SDKs password cache

2011-09-01 Thread Fábio Uechi
Hi, Does anyone know how to clear the SDKs password cache? I´m running "appcfg update" command and I want it to prompt the password instead of using the cached one. Thanks Fábio -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To

[appengine-java] Re: XmppServices - Problems trying to parse Presence requests

2011-02-25 Thread Fábio Uechi
I did some more tests. Looks like XMPPService can´t parse neither subscriptions nor presence requests when they were *forwarded*. I´ve created two simple servlets. The first one is the webhook. It handles inbound requests in one of the URLs: */_ah/xmpp/presence/**, */_ah/xmpp/subscription/**

[appengine-java] Re: XmppServices - Problems trying to parse Presence requests

2011-02-25 Thread Fábio Uechi
Seems that this issue is related to gaelyk only. We are already discussing it on its forum. Thanks Fábio -- 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-java@googlegroups.com.

[appengine-java] XmppServices - Problems trying to parse Presence requests

2011-02-24 Thread Fábio Uechi
Hi, I´m having problems when invoking the *parsePresence(request)*method. I´m getting the error message: Script processing failed.Can't determine the type of stanza from the path: /presence.groovy Any clue, anyone? The complete stacktrace is below: INFO: javax.servlet.ServletContext log: Groovy