You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2015/06/26 00:42:04 UTC

[jira] [Resolved] (WICKET-5936) simplify cdata escaping for ajax-response

     [ https://issues.apache.org/jira/browse/WICKET-5936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier resolved WICKET-5936.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 7.0.0-M7

"]]>" is now escaped with "]]]]><![CDATA[>".

I removed the now superfluous "encoding" attribute, this will allow further improvements for WICKET-5929.

> 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
>             Fix For: 7.0.0-M7
>
>
> 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)