Hi Thomas, Thanks for the quick reply. The way i am testing is looking at the HTTP status code. I would expect a status code of 200 once i have made some changes and recompiled the project but i am always getting 304 ( i am seeing the old screen). Am i doing something wrong?
Thanks Parag On Aug 19, 12:47 pm, Thomas Broyer <[email protected]> wrote: > On 19 août, 15:50, myapplicationquestions <[email protected]> > wrote: > > > Hi All, > > > I am trying to do what GWT suggest in Perfect Caching section > > ofhttp://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebu... > > > I am trying to add the following in my httpd.conf > > > LoadModule expires_module modules/mod_expires.so > > > <Files *.nocache.*> > > ExpiresDefault "access" > > </Files> > > > This does not work... > > How did you test? > We've seen people on the group complaining about this conf not working > but they were expecting a "never cache" behavior (i.e. will always > download the file with its content) whereas it's even better, by > negotiating with the server whether the file on the browser's cache is > latest one (server will answer 304 with no content) or not (server > will send the file with 200 status code). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
