You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Fridolin Jackstadt (JIRA)" <ji...@apache.org> on 2013/05/21 13:59:16 UTC

[jira] [Created] (WICKET-5195) libxml2 splits large CData section. this breaks the processing of components

Fridolin Jackstadt created WICKET-5195:
------------------------------------------

             Summary: libxml2 splits large CData section. this breaks the processing of components
                 Key: WICKET-5195
                 URL: https://issues.apache.org/jira/browse/WICKET-5195
             Project: Wicket
          Issue Type: Bug
          Components: wicket
         Environment: Linux Chrome 
            Reporter: Fridolin Jackstadt
            Assignee: Igor Vaynberg


If the AJAX-Responses in WebKit-Browsern are too large the libxml2 splits the CData-Sections in two: one with 300 chars and the other section with the rest. 

This breaks the processComponent function in the wicket-ajax. js because it relies on the fact that only one section is returned:

text = node.firstChild.nodeValue; 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira