Browse Source

Corrected description in tld file for accescontrollist tag, removing reference to outdated class.

Luke Taylor 15 years ago
parent
commit
3a24ddfb43
1 changed files with 2 additions and 3 deletions
  1. 2 3
      taglibs/src/main/resources/META-INF/security.tld

+ 2 - 3
taglibs/src/main/resources/META-INF/security.tld

@@ -134,9 +134,8 @@
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-                A comma separated list of integers, each representing a
-                required bit mask permission from a subclass of
-                org.springframework.security.acl.basic.AbstractBasicAclEntry.
+                A comma separated list of permissions, which will be converted to
+                Permission instances by the configured PermissionFactory.
             </description>
         </attribute>
         <attribute>