回应304、204

时间:2018-07-31 09:57:33

标签: response http-status-code-304 http-status-code-204

在生产应用程序上迁移到java8运行时后,我得到304,204响应。即使在隐身模式下也显示空白页。

我在appengine-web.xml中定义了以下设置

<include path="**.nocache.*" expiration="0s" />
<include path="**.cache.*" expiration="365d" />`

并且我的html页面包含以下head标签:

<meta http-equiv="Cache-Control" content="no-store" />
<meta http-equiv="Pragma" content="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">

仅在迁移到Java8运行时之后,我们才会遇到此问题。

在这方面感谢任何帮助!

谢谢, 赛德

0 个答案:

没有答案