Jacek Caban : winetest: Prevent caching winehq snapshot.

Alexandre Julliard julliard at winehq.org
Mon Aug 19 12:30:36 CDT 2013


Module: tools
Branch: master
Commit: 08e0ef8907c9925bf9480ae1450adfd74507df42
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=08e0ef8907c9925bf9480ae1450adfd74507df42

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Aug 18 16:26:02 2013 +0200

winetest: Prevent caching winehq snapshot.

---

 winetest/tests/winehq_snapshot/.htaccess |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/winetest/tests/winehq_snapshot/.htaccess b/winetest/tests/winehq_snapshot/.htaccess
new file mode 100644
index 0000000..44894fd
--- /dev/null
+++ b/winetest/tests/winehq_snapshot/.htaccess
@@ -0,0 +1,9 @@
+<FilesMatch ".(html|htm|js|css)$">
+FileETag None
+<ifModule mod_headers.c>
+Header unset ETag
+Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
+Header set Pragma "no-cache"
+Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
+</ifModule>
+</FilesMatch>




More information about the wine-cvs mailing list