Announcement

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

    Smart GWT HTTPS/HTTP in IE

    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 Browser when we use HTTPS.
    I have attached the images in both Http and Https scenarios.
    Attached Files

    #2
    This is a known bug in IE that occurs when you set HTTP headers on images that prevent them from being cached. Most likely, it's your application server doing this - look for a setting related to caching and security.

    Comment


      #3
      We have setup an Apache http server which proxied the tomcat cluster using mod jk. Do you have any idea what the those specific settings involved with the above issue ?

      Comment


        #4
        It's most likely not Apache or mod_jk. Look instead for Tomcat settings related to HTTPS and security, specifically in server.xml and other core Tomcat configuration files.

        Comment

        Working...
        X