We are using SSL.
We noticed that if we access the application using IE 8 and we add the site as a trusted site in IE 8, it works ok.
Also, we noticed that if we access the application using IE 8 and use the IP address of the machine versus the domain name, it works ok.
We've looked at the problem in Fiddler and it looks like with IE there is a problem in the SSL handshake. Things hang after about 2 steps in the handshake, whereas in the good case there are several more messages back and forth before receiving the dialog page.
For the user agent string in the gwt module, we have:
<set-property name="gxt.user.agent" value="ie8,ie9,chrome"/>
In our index.html file, we have:
<!doctype html>
One thing worth noting is that we also started using UIBinder when we moved to GWT 2.5. I'm not sure if that makes any difference or not.
Thanks for any help anyone can provide.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment