Sven Meier created WICKET-5936:
----------------------------------
Summary: simplify cdata escaping for ajax-response
Key: WICKET-5936
URL: https://issues.apache.org/jira/browse/WICKET-5936
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 7.0.0-M6
Reporter: Sven Meier
Assignee: Sven Meier
Priority: Minor
Instead of escaping all "]" with "^]" it would be easier to use the recommended
way to escape nested cdata:
https://en.wikipedia.org/wiki/CDATA#Nesting
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)