SEC-524: Taglibs can define a scripting variable based on the logic result of the tag. #785
Labels
in: taglibs
An issue in spring-security-taglibs
type: enhancement
A general enhancement
type: jira
An issue that was migrated from JIRA
Milestone
Ezequiel Chávez(Migrated from SEC-524) said:
Taglibs can define a scripting variable based on the logic result of the tag, similar to struts in this case jsp looks like this:
<%— optional toScope attribute —%>
/c:if
/logic:iterate
to improve in performance of iteration over lists.
I know that it is possible to be done in this way:
/authz:authorize
but it would be nice to include this feature to all taglibs. if a BaseTag is developed this could do that function, and the subclasses (AccessControlListTag, AclTag, AuthenticationTag, AuthorizeTag) inherit this functionality.
The text was updated successfully, but these errors were encountered: