問題タブ [no-cache]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
tomcat - Tomcat 7 でキャッシュ制御をキャッシュなしに設定するには?
Cache Control
for Tomcat 7 をオプションに設定しようとしていno-cache
ます。
ExpiresFilter
私は次のように使用しようとしましたweb.xml
:
ただし、応答ヘッダーを読むと、次のようになります。
Cache-Control:max-age=0
ではありませんCache-Control: no-cache
。
Cache-Control: no-cache
構成ファイルのみを指定するように Tomcat サーバーを設定するにはどうすればよいですか?