[ https://issues.apache.org/jira/browse/WICKET-7098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843807#comment-17843807 ]
ASF subversion and git services commented on WICKET-7098: --------------------------------------------------------- Commit 2893072f6961cab287ff1c6fa264d8ed36678d35 in wicket's branch refs/heads/reiern70/WICKET-7098-write-to-a-buffer from reiern70 [ https://gitbox.apache.org/repos/asf?p=wicket.git;h=2893072f69 ] [WICKET-7098] avoid the creation malformed XML if a runtime exception happen during rendering phase of a web socket push request: writing to a buffer allows to generate a proper XML as request's buffer will not be polluted > [Websockets] malformed XML is generated if runtime exceptions happen during > rendering phase of a web socket push request > ------------------------------------------------------------------------------------------------------------------------ > > Key: WICKET-7098 > URL: https://issues.apache.org/jira/browse/WICKET-7098 > Project: Wicket > Issue Type: Improvement > Affects Versions: 10.0.0-M2, 9.16.0 > Reporter: Ernesto Reinaldo Barreiro > Assignee: Ernesto Reinaldo Barreiro > Priority: Major > Fix For: 10.1.0 > > > This issue is similar to > > https://issues.apache.org/jira/browse/WICKET-7074 > > If during rendering phase of a web socket push request some runtime exception > happens then client will received a malformed XML: because streaming of > generated markup is done directly to response. > -- This message was sent by Atlassian Jira (v8.20.10#820010)