Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5195

libxml2 splits large CData section. this breaks the processing of components

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 6.7.0
    • None
    • wicket
    • None
    • Linux Chrome and Windows Chrome

    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;

      In Wicket 6 the issue appears again, in Line 1052 of "wicket-ajax-jquery.js".

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              frido-lbm Fridolin Jackstadt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: