Hi, In firefox firebug a red message is showing in the net tab that the request for the *.cache.html file is being aborted then re-requested and reloaded - fresh from the server. Here is a screen shot of firebug:
http://www.enbuenosaires.com/images/firebug-aborted-cache-html.png my apache (v 2.2.9) config as it relates to GWT (as far as I'm aware) is as follows : # cache and compression <Files *.cache.*> SetOutputFilter DEFLATE ExpiresActive On ExpiresDefault "modification plus 2 years" </Files> <Files *.nocache.*> SetOutputFilter DEFLATE ExpiresActive On ExpiresActive Off </Files> Does anyone know why I'm getting these aborted messages, I imagine it must to be something to do with my apache.conf Any help greatly appreciated, Cheers Simon -- 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.
