如何在Tomcat8.5web.xml中添加Cache-Control、Pragma和expires?
How to add Cache-Control, Pragma and expires in Tomcat 8.5 web.xml?
我需要添加
Cache-Control: no-cache, no-store, must-revalidate
编译指示:no-cache
过期:0
这需要在所有 API 的 web.xml 中添加。 Apache 的 Expires Filter 似乎对此不起作用。我可以使用其他过滤器吗?我也不认为 Apache httpd headers 会在 web.xml
中工作
通过使用我在 Github
上找到的响应 header 过滤器添加自定义 headers 设法做到这一点
我需要添加
Cache-Control: no-cache, no-store, must-revalidate 编译指示:no-cache 过期:0
这需要在所有 API 的 web.xml 中添加。 Apache 的 Expires Filter 似乎对此不起作用。我可以使用其他过滤器吗?我也不认为 Apache httpd headers 会在 web.xml
中工作通过使用我在 Github
上找到的响应 header 过滤器添加自定义 headers 设法做到这一点