Re: ssl and gwt

2008-09-15 Thread Jason Essington
GWT uses the browser's mechanisms for contacting the server, so yes, GWT does support SSL at least as far as the browser allows. This does mean that if you attempt to connect to an HTTPS address using XHR when your host page was loaded from HTTP, you will be met with the browser's Same Orig

ssl and gwt

2008-09-15 Thread [EMAIL PROTECTED]
Hi, does gwt support ssl? i tried tu send data by a form to a servlet that accept only ssl connection but response from servlet returns status code 302... If i send data to servlet using normal http program works fine. I use Tomcat 6.0. Thanks. --~--~-~--~~~---~--~--