SEC-278: Initial commit of tutorial sample.
This commit is contained in:
9
samples/tutorial/src/webapp/index.jsp
Normal file
9
samples/tutorial/src/webapp/index.jsp
Normal 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>
|
||||
Reference in New Issue
Block a user