diff options
author | zhouruiyu <zhouruiyu@huawei.com> | 2016-11-02 10:46:00 +0800 |
---|---|---|
committer | zhouruiyu <zhouruiyu@huawei.com> | 2016-11-02 10:46:00 +0800 |
commit | 339072b3cba68925586f701db21b0f0ce5072bf9 (patch) | |
tree | fded663112f3b0ccf88227f1ec807509f8b29c1b /openo-portal | |
parent | 006d4374bff733955f3dccc9aee0ea6c3993b2d3 (diff) |
change the default page as no cache.
https://jira.open-o.org/browse/OCS-145
Change-Id: Ife4ffa9b048fbc51492b50a96192d45567e274dc
Signed-off-by: zhouruiyu <zhouruiyu@huawei.com>
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/default.html | 1 | ||||
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/login.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/default.html b/openo-portal/portal-common/src/main/webapp/common/default.html index aa82dfd3..958b4483 100644 --- a/openo-portal/portal-common/src/main/webapp/common/default.html +++ b/openo-portal/portal-common/src/main/webapp/common/default.html @@ -20,6 +20,7 @@ <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="pragma" content="no-cache"/> + <meta http-equiv="cache-control" content="no-cache, no-store, max-age=0, must-revalidate"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="" name="description"/> <meta content="" name="author"/> diff --git a/openo-portal/portal-common/src/main/webapp/common/login.html b/openo-portal/portal-common/src/main/webapp/common/login.html index 67ad3a8f..5cc1b782 100644 --- a/openo-portal/portal-common/src/main/webapp/common/login.html +++ b/openo-portal/portal-common/src/main/webapp/common/login.html @@ -20,6 +20,7 @@ <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="pragma" content="no-cache"/> + <meta http-equiv="cache-control" content="no-cache, no-store, max-age=0, must-revalidate"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="" name="description"/> <meta content="" name="author"/> |