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