Description
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;
Attachments
Issue Links
- is cloned by
-
WICKET-5195 libxml2 splits large CData section. this breaks the processing of components
- Closed