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

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.5
    • 1.4.7, 1.5-M1
    • wicket
    • None
    • Linux 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;

      Attachments

        Issue Links

          Activity

            People

              ivaynberg Igor Vaynberg
              tinaumlandt Tina Umlandt
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: