My app will require secure https connections and I would like to ensure the code that detects if the application is connected via a secure connection is always in place.
I am thinking things are not going to be as straight forward if Google is using an embedded jetty server. I haven't found where jetty exists to edit configuration files. I have looked into setting up Jetty although I was derailed when I could not find a "jetty" folder. My other options are to have code that detects if it is the development environment assume secure connection. Although I would have to ensure that code is fully tested when deployed at the server. I am not a fan of this to have code not tested until it is deployed into a production environment. I'll keep researching to see if I can figure this out. I am hoping another developer might have some tips for me. -- 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.
