httpd.conf(Windows)で次の構成を使用してGWTアプリのキャッシュを無効にしようとしましたが、機能しません。
<filesMatch ".*nocache.*">
FileETag None
<IfModule headers_module>
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>
しかし、サーバーからの応答には、これらのヘッダーはまだ表示されません。何か案が?(headers_moduleがアクティブ化されます)