summaryrefslogtreecommitdiffstats
path: root/cadi/servlet-sample/index.html
blob: 926497af5fab95f0004fa54dca5e8cdfe9a51d57 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <header>
  	<title>CADI Test Page</title>
  </header>
  <body>
  	<h1>Welcome to the CADI Test Page</h1>
  	<p>This page is surrounded by a Tomcat Valve implementing CSP via TAF (CSSA) Framework</p>
  	Click <a href="testme">here</a> to test the protected Servlet
  </body>
</html>