From 25c3b84149febc647aba724523c0624d74d472ae Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 25 Feb 2008 16:56:15 +0000 Subject: [PATCH] Remove security taglib dependency in OpenID sample. --- samples/openid/src/main/webapp/secure/extreme/index.jsp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/samples/openid/src/main/webapp/secure/extreme/index.jsp b/samples/openid/src/main/webapp/secure/extreme/index.jsp index 93f7a17cfc..f7df8f9a80 100644 --- a/samples/openid/src/main/webapp/secure/extreme/index.jsp +++ b/samples/openid/src/main/webapp/secure/extreme/index.jsp @@ -1,14 +1,8 @@ -<%@ taglib prefix="authz" uri="http://www.springframework.org/security/tags" %> -

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). - -

Home

Logout