SEC-278: Initial commit of tutorial sample.

This commit is contained in:
Ben Alex
2006-05-29 13:32:12 +00:00
parent dab4792b5b
commit da187147f2
12 changed files with 374 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<html>
<body>
<h1>Home Page</h1>
Anyone can view this page.
<p><a href="secure/index.jsp">Secure page</a>
<p><a href="secure/extreme/index.jsp">Extremely secure page</a>
</body>
</html>