diff --git a/taglibs/src/main/java/org/springframework/security/taglibs/authz/AccessControlListTag.java b/taglibs/src/main/java/org/springframework/security/taglibs/authz/AccessControlListTag.java index 0e1380a721..1164679db0 100644 --- a/taglibs/src/main/java/org/springframework/security/taglibs/authz/AccessControlListTag.java +++ b/taglibs/src/main/java/org/springframework/security/taglibs/authz/AccessControlListTag.java @@ -59,8 +59,10 @@ import javax.servlet.jsp.tagext.TagSupport; * The {@link Sid} presented is determined by the {@link SidRetrievalStrategy}. *
* For this class to operate it must be able to access the application context via the
- * WebApplicationContextUtils
and locate an {@link AclService} and {@link SidRetrievalStrategy}.
- * Application contexts must provide one and only one of these Java types.
+ * WebApplicationContextUtils
and attempt to locate an {@link AclService} and {@link SidRetrievalStrategy}.
+ * There cannot be more than one of these present. The AclService must be provided, but a
+ * {@link SidRetrievalStrategyImpl} instance will be created as the default retrieval strategy if no implementation
+ * is supplied by the application context.
*
* @author Ben Alex
* @version $Id$