You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pa...@apache.org on 2020/10/01 12:18:06 UTC

[wicket] branch master updated (9de3e8b -> 6b6d649)

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

papegaaij pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 9de3e8b  WICKET-6834 Fixed guide instructions to set DEPLOYMENT mode via code.
     add 0c53d03  WICKET-6831: flush the request before detaching to allow the browser to move on
     add 78b7cf6  WICKET-6831: flush before detach in websocket, log detach exceptions
     add ca144a7  WICKET-6831 remove duplicate code
     new 6b6d649  Merge branch 'wicket-6831'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/wicket/protocol/http/WicketFilter.java  | 22 +++++++++++++--------
 .../apache/wicket/request/cycle/RequestCycle.java  | 17 +---------------
 .../wicket/protocol/ws/AbstractUpgradeFilter.java  | 23 +++-------------------
 3 files changed, 18 insertions(+), 44 deletions(-)


[wicket] 01/01: Merge branch 'wicket-6831'

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

papegaaij pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 6b6d6491362d45df9c1b66a2693ccab2be964be7
Merge: 9de3e8b ca144a7
Author: Emond Papegaaij <em...@topicus.nl>
AuthorDate: Thu Oct 1 14:17:43 2020 +0200

    Merge branch 'wicket-6831'

 .../apache/wicket/protocol/http/WicketFilter.java  | 22 +++++++++++++--------
 .../apache/wicket/request/cycle/RequestCycle.java  | 17 +---------------
 .../wicket/protocol/ws/AbstractUpgradeFilter.java  | 23 +++-------------------
 3 files changed, 18 insertions(+), 44 deletions(-)