0 Replies Latest reply on Sep 16, 2009 6:28 AM by mattdavies

    Richfaces ui.pack.js and framework.pack.js caching

    mattdavies

      I seem to have a problem somewhere getting caching to work. Looking at my firebug output I see both ui.pack.js and framework.pack.js constantly being downloaded. The culprit seems to be the appending of "?_"

      For example, out of my deflate logs
      GET /h/a4j/g/3_3_2.CR1/org/richfaces/ui.pack.js?_=1253096375068 HTTP/1.1

      My configuration is

      Apache <-> Jboss4.2.2
      Richfaces 3.3.2 CR1

      Anyone know why the timestamp is being appended?