This is an automated email from the ASF dual-hosted git repository.
reiern70 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from 2686ee7 WICKET-6747: add documentation for CSP
add 2dc9bd1 [NO_ISSUE] roll an abstract class that contains common
functionality for AJAX and Web-socket request handlers
No new revisions were added by this update.
Summary of changes:
.../org/apache/wicket/ajax/AjaxRequestHandler.java | 127 ++---------------
.../handler/AbstractPartialPageRequestHandler.java | 155 +++++++++++++++++++++
.../protocol/ws/api/WebSocketRequestHandler.java | 121 +---------------
3 files changed, 171 insertions(+), 232 deletions(-)
create mode 100644
wicket-core/src/main/java/org/apache/wicket/core/request/handler/AbstractPartialPageRequestHandler.java