You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/11/12 08:05:39 UTC

[jira] Assigned: (WICKET-2264) Ajax xml response is not validated correct

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

Igor Vaynberg reassigned WICKET-2264:
-------------------------------------

    Assignee:     (was: Matej Knopp)

> Ajax xml response is not validated correct
> ------------------------------------------
>
>                 Key: WICKET-2264
>                 URL: https://issues.apache.org/jira/browse/WICKET-2264
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Jens Alenius
>         Attachments: myproject.rar
>
>
> Ajax xml response is not validated correct
> Try my quickstart project with Firefox. Clicking on the submit button should update the label above. But does not. See the result in the error log in firefox. 
> The control characters is not properly escaped. Ex: "\u0014" is written 
> as 0014 in the xml Ajax Response but should be . '&#0014'
> See: http://www.w3.org/TR/REC-xml/#dt-charref. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.