Hi Wicket Devs,

I think MetaDataHeaderItem # generateString() should return specials characters 
escaped like 
StringEscapeUtils.escapeHtml(s) does.

Apache Wicket 7.3.0 - MetaDataHeaderItem  - Line 126 : 
append(JavaScriptUtils.escapeQuotes(value.toString()))
return qwerty'qwerty as qwerty\’qwerty

I would like the return to be qwerty'qwerty (for example for the metatag 
description).

What do you think of that ?

Thanks
François








Reply via email to