[appengine-java] Re: authentication

2009-12-22 Thread mistr
I'm using basic GWT with RPX - minimal, but works. Simple JDO
persistence. Started with the Mail sample app, but have gutted just
about everything from it.

On Dec 22, 7:06 pm, David Fuelling sappe...@gmail.com wrote:
 I've been testing out Spring Security 3.0 combined with RPX from
 Janrain.  Basically I can authenticate via Google, Facebook, Twitter,
 OpenID, Yahoo, Live, etc.

 Works great (although startup is a bit slower than normal due to
 Spring -- using the precompile option helps).

 On Dec 22, 6:02 am, Shawn Brown big.coffee.lo...@gmail.com wrote: Hi,

  Is anyone doing their own (not Google's) authentication perhaps via a
  servlet perhaps using jaas.  It seems a lot of the jaas classes are
  whitelisted.

  I've used spring security before but that seems a little heavy weight
  - I mean startup from a dead stop or too add another instance.

  Any ideas?

  Shawn

--

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.




[appengine-java] setFrom - address cached?

2009-12-08 Thread mistr
I have 3 admins for my GAE/J site. I am trying to specify one of those
admins as the FROM address for outbound emails. I cannot get it to
work! Emails still send out using my personal gmail account (I am one
of the admins). I have removed my gmail address from my codebase
entirely, and I am now uploading the app using a different admin
account as well (from Eclipse). Why are outbound emails still using my
address?
Note: the TO addresses are being cached as well - I removed my own
gmail from the CSV TO list, and yet I still get emails sent to me...
Am I missing something?

--

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.