[appengine-java] Re: SMS Already Verifies

2010-11-06 Thread Patou
It's a Pb with google app account ! Try to logging with the public interface : http://appengine.google.com/ or by the google app interface http://appengine.google.com/a/creativelift.net There are two account, and just one is active ! Regards Patrice On Nov 5, 11:27 pm, citizen wrote: > Hi!

[appengine-java] Re: Single Sign on between applications

2010-04-27 Thread Patou
With a Google Apps Domain (login with user in the domain), it's possible, but for all public application (with google account) the user must sign in for all application. On Apr 26, 11:42 pm, nearm...@gmail.com wrote: > You may be able to accomplish this by using sub-domains. For example: > my-sso-

[appengine-java] Re: open source pdf engine for GAE

2010-04-20 Thread Patou
Hello In App Engine, You can't write a file to the file system. Otherwise the save method can't be used in GAE. Use this code to send the pdf to the navigator : pdf.wrap(); String fileName = "Example_03.pdf"; resp.setContentType("application/pdf"); resp.setHeader("Content-Disposition", "attachm

[appengine-java] Cache-Controle Expiration on static files

2009-09-04 Thread Patou
hello, I test the new sdk, and I see that we now add a expiration attribut in the include tag in appengine-web.xml to set the expiration cache time. But it's not seems to work . My appengine-web.xml : When I deploy on internet, the header of all css and img f