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

Wicket-Atmosphere doesn't work with large AjaxUpdates on IE 8 & 9

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 6.10.0
    • None
    • wicket-atmosphere
    • None
    • Windows 7, JDK 7

    Description

      To demonstrate this problem I combined the wicket-atmosphere and wicket-tree example from wicketstuff to show the

      acutal time as part of each element of a treetable. On other browsers (FF, Chrome, Opera, IE 10) it works without any problem but on IE 8/9 the follwing happens:

      IE 9: The subcribed function (updateTime) is called but nothing happens in the browser.
      IE 8: The browser throws a two exceptions in the browser ("Error parsing response: ..." and

      "Wicket.Ajax.Call.failure: Error while parsing response: Could not find root <ajax-response> element") as the

      ajax-response simply ends in the middle of the request and therefore can't be parsed.

      On the WorkingPage a simple periodic Update on a Label works on both versions of IE.

      The source of this problem seems to be the TrackMessageSizeFilter which somehow doesn't seem to work.

      Attachments

        1. 5363.tgz
          27 kB
          Martin Tzvetanov Grigorov
        2. quickstart.zip
          31 kB
          Paul

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            paul ms Paul
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: