This is an automated email from the ASF dual-hosted git repository.
solomax pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
from 25d4f5016d WICKET-7034: Publish WebSocket events even if connection
was already closed (#562)
add ade9332634 [WICKET-7035] fileCountMax is added
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/wicket/Application.properties | 5 +-
.../apache/wicket/Application_ru.properties.xml | 8 +-
.../org/apache/wicket/markup/html/form/Form.java | 217 ++++++++++++---------
.../http/servlet/MultipartServletWebRequest.java | 22 ++-
.../servlet/MultipartServletWebRequestImpl.java | 24 +--
.../wicket/examples/upload/MultiUploadPage.java | 15 +-
.../apache/wicket/examples/upload/UploadPage.html | 1 +
.../apache/wicket/examples/upload/UploadPage.java | 13 +-
.../org/apache/wicket/examples/StartExamples.java | 4 +-
.../extensions/ajax/AjaxFileDropBehavior.java | 39 +++-
10 files changed, 219 insertions(+), 129 deletions(-)