[GitHub] wicket pull request #264: 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/264


---


[GitHub] wicket pull request #264: 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/264

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 check, instead of only non-ajax requests.
also adds tests that verify this.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/duesenklipper/wicket 
wicket8/WICKET-6526-ajaxbutton-methodmismatch

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/wicket/pull/264.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #264


commit a03ee37d17b2e07f3d74268a4d874ac92cf69925
Author: Carl-Eric Menzel 
Date:   2018-02-03T23:10:23Z

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 check, instead of only non-ajax requests.
also adds tests that verify this.




---