Re: [appengine-java] HTTPS on App Engine

2010-08-26 Thread Shawn Brown
> > I tried it but a call via http is still possible and wil not be > automatically redirected to the https protocol. Are you using *.appspot.com? It doesn't work for a custom domain, does it? >Also Eclipse doesn't > like the in and marks it as > error. adding asdf resolved that for me >

[appengine-java] HTTPS on App Engine

2010-08-26 Thread Jochen Schnaidt
Hi all, I have a question about using https on app engine. I defined a API to use services of my application from an external point. To make sure that communication is secure via https, I made the following changes in the web.xml LoadEventAPI ...api.LoadEventServlet LoadEventAPI /load