JSP tag for building URLs with URI templates [SPR-5298] #9971
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
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
The text was updated successfully, but these errors were encountered: