Skip to content

JSP tag for building URLs with URI templates [SPR-5298] #9971

@spring-projects-issues

Description

@spring-projects-issues

Scott Andrews opened SPR-5298 and commented

The JSTL c:url tag does not support URI template variables. The closest option is to apply EL expressions inside the c:url value, however, the template values will not be URL encoded.

We should create a new url tag modeled after JSTL c:url that that supports URI template variables and properly URL encodes them. The new tag should be a drop in replacement for c:url users.


Referenced from: commits 912c123

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions