Ensure auth protected page in test-jaas webapp is not cached by browser
This commit is contained in:
parent
675e71645b
commit
3909f45893
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue