You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by re...@apache.org on 2023/09/24 14:34:51 UTC

[wicket] branch wicket-9.x updated (612b612dbf -> 4178e26f51)

This is an automated email from the ASF dual-hosted git repository.

reiern70 pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


    from 612b612dbf Start next development version
     add 4178e26f51 [WICKET-7074] write AJAX responses to a temporary buffer so that is AJAX fails in rendering phase response is not polluted with an invalid XML

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/wicket/Application.java   |   2 +-
 .../org/apache/wicket/ajax/AjaxRequestHandler.java |  10 +-
 .../apache/wicket/ajax/AjaxRequestHandlerTest.java | 106 +++++++++++++++++++++
 3 files changed, 113 insertions(+), 5 deletions(-)