diff options
Diffstat (limited to 'cadi/servlet-sample/index.html')
-rw-r--r-- | cadi/servlet-sample/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cadi/servlet-sample/index.html b/cadi/servlet-sample/index.html new file mode 100644 index 00000000..926497af --- /dev/null +++ b/cadi/servlet-sample/index.html @@ -0,0 +1,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>
\ No newline at end of file |