Description
Tag's parameters can be confused with HttpParameters, but these are two different things and shouldn't be mixed up due to security reasons.
Using "attributes" instead of "parameters" can allow to distinguish these two sets of data.
Once introduced templates should use "attributes.${attrName}" instead of "parameters.${paramName}", eg.:
<#if attributes.id??> id="${attributes.id}"<#rt/> </#if>
Attachments
Issue Links
- is related to
-
WW-5476 Mark tags attributes as deprecated
- Closed
- links to