You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/07 08:13:00 UTC

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

    [ https://issues.apache.org/jira/browse/WICKET-5936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16834479#comment-16834479 ] 

ASF subversion and git services commented on WICKET-5936:
---------------------------------------------------------

Commit 886f11de02782feaddc3349e1d7ee599922516c3 in wicket's branch refs/heads/master from Sven Meier
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=886f11d ]

WICKET-5936 fixed cdata escaping in test, no functional change

> 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
>
>
> 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
(v7.6.3#76005)