From dec44811fca5bb2a6ee308085a547e5063f214b7 Mon Sep 17 00:00:00 2001 From: Abdull Date: Tue, 28 Feb 2012 14:41:14 +0100 Subject: [PATCH] Gave correct role name --- samples/tutorial/src/main/webapp/secure/extreme/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/tutorial/src/main/webapp/secure/extreme/index.jsp b/samples/tutorial/src/main/webapp/secure/extreme/index.jsp index 11f29a364f..e1c310f272 100644 --- a/samples/tutorial/src/main/webapp/secure/extreme/index.jsp +++ b/samples/tutorial/src/main/webapp/secure/extreme/index.jsp @@ -14,8 +14,8 @@

VERY Secure Page

This is a protected page. You can only see me if you are a supervisor. - - You have "ROLE_SUPERVISOR" (this text is surrounded by <authz:authorize> tags). + + You have authority "supervisor" (this text is surrounded by <authz:authorize> tags).

Home