[GitHub] wicket pull request #263: WICKET-6526 check HTTP method for all form submiss...

2018-02-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/wicket/pull/263 ---

[GitHub] wicket pull request #263: WICKET-6526 check HTTP method for all form submiss...

2018-02-06 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/wicket/pull/263#discussion_r166287202 --- Diff: pom.xml --- @@ -1203,6 +1203,27 @@ + --- End diff --

[GitHub] wicket pull request #263: WICKET-6526 check HTTP method for all form submiss...

2018-02-04 Thread duesenklipper
GitHub user duesenklipper opened a pull request: https://github.com/apache/wicket/pull/263 WICKET-6526 check HTTP method for all form submissions this moves the HTTP method check from onFormSubmitted to onFormSubmitted(submitter) so that every form submission performs this