spring:url tag should use htmlEscape instead of escapeXml for entity encoding [SPR-5605] #10276
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Scott Andrews opened SPR-5605 and commented
The spring:url tag currently uses 'escapeXml' as a tag attribute to indicate the value should be XML entity encoded. Other spring and form tags use 'htmlEscape' instead. This property can be set locally or page wide. Also consider supporting 'javaScriptEscape'.
Affects: 3.0 M2
Referenced from: commits 99fa91d
The text was updated successfully, but these errors were encountered: