You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/10/09 12:38:33 UTC

[wicket] branch wicket-8.x updated (fa7d176 -> 9c31295)

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

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


    from fa7d176  WICKET-6650 Url decode the name of the file after AjaxDownload with Location == Blob
     add 9c31295  WICKET-6708 FormComponent should read only the GET/POST parameters of the request, not both

No new revisions were added by this update.

Summary of changes:
 .../RestartResponseAtInterceptPageException.java   |  4 +-
 .../wicket/markup/html/form/FormComponent.java     | 49 ++++++++++++++++++++--
 .../protocol/http/servlet/ServletWebRequest.java   |  2 +-
 .../ajax/markup/html/AjaxEditableTest.java         | 10 +++--
 .../markup/html/form/select/SelectTest.java        | 26 ++++++------
 .../markup/html/form/select/SelectTestPage.java    |  4 +-
 6 files changed, 71 insertions(+), 24 deletions(-)