@@ -32,22 +33,26 @@ Anyone can view this page, but posting to an Account requires login and must be
Operations |
-
- | ${account.id} |
- ${account.holder} |
- ${account.balance} |
- ${account.overdraft} |
-
- -$20
- -$5
- +$5
- +$20
- |
-
+
+| ${account.id} |
+${account.holder} |
+${account.balance} |
+${account.overdraft} |
+
+ -$20
+ -$5
+ +$5
+ +$20
+ |
+
-
Logout
+
+
diff --git a/samples/tutorial-xml/src/main/webapp/secure/extreme/index.jsp b/samples/tutorial-xml/src/main/webapp/secure/extreme/index.jsp
index 01b644bea2..6553fe6c84 100644
--- a/samples/tutorial-xml/src/main/webapp/secure/extreme/index.jsp
+++ b/samples/tutorial-xml/src/main/webapp/secure/extreme/index.jsp
@@ -1,25 +1,29 @@
-<%@ taglib prefix="authz" uri="http://www.springframework.org/security/tags" %>
+<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-
-
VERY Secure Page
This is a protected page. You can only see me if you are a supervisor.
-
- You have authority "supervisor" (this text is surrounded by <authz:authorize> tags).
-
+
+You have authority "supervisor" (this text is surrounded by <sec:authorize> tags).
+
Home
-
Logout
+
+
diff --git a/samples/tutorial-xml/src/main/webapp/secure/index.jsp b/samples/tutorial-xml/src/main/webapp/secure/index.jsp
index 4b7455abde..e41003a808 100644
--- a/samples/tutorial-xml/src/main/webapp/secure/index.jsp
+++ b/samples/tutorial-xml/src/main/webapp/secure/index.jsp
@@ -4,11 +4,11 @@
-
-
@@ -19,7 +19,7 @@ or if you've authenticated this session.
- You are a supervisor! You can therefore see the extremely secure page.
+ You are a supervisor! You can therefore see the extremely secure page.
Properties obtained using <sec:authentication /> tag
@@ -43,7 +43,11 @@ or if you've authenticated this session.
Home
-
Logout
+
+