問題タブ [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.

0 投票する
0 に答える
7465 参照

tomcat - Tomcat 7 でキャッシュ制御をキャッシュなしに設定するには?

Cache Controlfor Tomcat 7 をオプションに設定しようとしていno-cacheます。

ExpiresFilter私は次のように使用しようとしましたweb.xml

ただし、応答ヘッダーを読むと、次のようになります。

Cache-Control:max-age=0

ではありませんCache-Control: no-cache

Cache-Control: no-cache構成ファイルのみを指定するように Tomcat サーバーを設定するにはどうすればよいですか?