SEC-271: Replaced legacy bean definitions with the new namespace elements

This commit is contained in:
Vishal Puri
2007-05-17 23:06:46 +00:00
parent 1444f1087d
commit ec02a3458f
11 changed files with 21 additions and 45 deletions

View File

@@ -0,0 +1,9 @@
<html>
<body>
<h1>VERY Secure Page</h1>
This is a protected page. You can only see me if you are a supervisor.
<p><a href="../../">Home</a>
<p><a href="../../j_acegi_logout">Logout</a>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<html>
<body>
<h1>Secure Page</h1>
This is a protected page. You can get to me if you've been remembered,
or if you've authenticated this session.
<p><a href="../">Home</a>
<p><a href="../j_acegi_logout">Logout</a>
</body>
</html>