Ensure auth protected page in test-jaas webapp is not cached by browser

This commit is contained in:
Jan Bartel 2015-07-29 14:41:13 +10:00
parent 675e71645b
commit 3909f45893
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<HTML>
<HEAD>
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache,no-store">
<META http-equiv="Cache-Control" content="no-cache,no-store,must-revalidate">
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
</HEAD>