Skip to content

SEC-524: Taglibs can define a scripting variable based on the logic result of the tag. #785

Closed
@spring-projects-issues

Description

@spring-projects-issues

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: taglibsAn issue in spring-security-taglibstype: enhancementA general enhancementtype: jiraAn issue that was migrated from JIRA

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions