Hi,
My GWT application uses the HTML5 offline application cache.
The bootstrap file nocache.js must be cached in the offline cache but not in other caches (browser, proxies etc ...)
My administrator added the header "Cache-control: no-cache, no-store" for the bootstrap file. But the "no-store" value prevent Firefox from caching the boostrap file in the offline cache.
Do you know how we can configure our headers for the 2 pre-requisites below ?
- let firefox cache the bootstrap file in the offline cache
- prevent from caching the boostrap file in other caches like browser, proxies etc
Thanks for your help
Regards,
Michael
-- My GWT application uses the HTML5 offline application cache.
The bootstrap file nocache.js must be cached in the offline cache but not in other caches (browser, proxies etc ...)
My administrator added the header "Cache-control: no-cache, no-store" for the bootstrap file. But the "no-store" value prevent Firefox from caching the boostrap file in the offline cache.
Do you know how we can configure our headers for the 2 pre-requisites below ?
- let firefox cache the bootstrap file in the offline cache
- prevent from caching the boostrap file in other caches like browser, proxies etc
Thanks for your help
Regards,
Michael
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment