Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    PRODUCTION issue - HTTPS with IE browser

    This is my current application environment :
    1) Java 1.5, Smart GWT 2.2, GWT 2.0.3
    2) All data sources are JSON RestDataSources.

    Some of application screen images are not showing in Internet Explorer 7, 8 Browsers when we use HTTPS.
    Also screen colors and fonts being changed by Internet Explorer.
    Our Smartgwt system is in Production and users complain that response time is very slow.
    Please give us a feedback asap.

    #2
    Image issue: this may indicate that you are loading these resource from HTTP rather than HTTPS URLs, which IE will block.

    Alternatively if all screen colors are wrong, possibly none of the skin resources are loading at all - this would indicate that your application server is sending headers that force caching off for HTTPS, which triggers a bug in IE over HTTPS. Find the setting to disable this for your application server; in Tomcat it's securePagesWithPragma="false" in context.xml.

    This may correct the performance problem; if not, please investigate it further and let us know if you find evidence that the performance problem is related to Smart GWT.

    Comment


      #3
      We found that latest IE 9 has no HTTPS issue with current application.

      Comment


        #4
        Great, looks like they finally fixed the bug. However, you should be able to fix IE8 and earlier, others have been able to do so based on the information we've already provided.

        Comment

        Working...
        X