0 Replies Latest reply on Nov 5, 2003 2:13 AM by dbhattac

    Image/CSS/js not being cached

    dbhattac

      I noticed in JBoss 3.2.1 , the images or javascript or css files are always having a related GET call to the server. ( I can see the GET call in the log files).

      In my test-case, if I have the same images more than once in one single html or jsp page, then there is only one GET call , but if two different html/jsp page has reference to the same image/css/js file, then I can see there being a server side GET call.
      Looks like some kind of Pragma no-cache is being set, though the source seen from my IE doesn't show any such thing. I am on IE 6.0 . I don't see this issue in weblogic on the same client, hence it is not a client issue.