diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-09-07 11:41:35 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-09-07 11:41:44 -0500 |
commit | 824dc7b5fc0e1ccdf7f460479aff344727f0f01e (patch) | |
tree | 2cc956ba4bca9dd05bdfecc682a92f5b806678e3 /cadi/servlet-sample/index.html | |
parent | b8369a2668ad8f011d118de83a7b70f75f247332 (diff) |
Add Servlet Samples
Issue-ID: AAF-472
Change-Id: I69aae6509d65340942c4dee718b5dfe7726aab04
Signed-off-by: Instrumental <jonathan.gathman@att.com>
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 |