From 8e48658efbb21d6b4d42c0f3bafcd9ede1e4ff1d Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 14 Feb 2011 21:31:15 +0000 Subject: [PATCH] SEC-1675: Added missing "body-content" elements to taglib descriptor. --- taglibs/src/main/resources/META-INF/security.tld | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/taglibs/src/main/resources/META-INF/security.tld b/taglibs/src/main/resources/META-INF/security.tld index 30ced3a0ca..65a0e4b2b1 100644 --- a/taglibs/src/main/resources/META-INF/security.tld +++ b/taglibs/src/main/resources/META-INF/security.tld @@ -3,7 +3,7 @@ PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> - 1.1.1 + 3.0 1.2 security http://www.springframework.org/security/tags @@ -14,6 +14,7 @@ authorize org.springframework.security.taglibs.authz.AuthorizeTag + JSP A tag which outputs the body of the tag if the configured access expression evaluates to true for the currently authenticated principal. @@ -85,6 +86,7 @@ authentication org.springframework.security.taglibs.authz.AuthenticationTag + empty Allows access to the current Authentication object. @@ -128,6 +130,7 @@ accesscontrollist org.springframework.security.taglibs.authz.AccessControlListTag + JSP Allows inclusion of a tag body if the current Authentication has one of the specified permissions to the presented