[ 
https://issues.apache.org/jira/browse/WICKET-6526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16358998#comment-16358998
 ] 

ASF subversion and git services commented on WICKET-6526:
---------------------------------------------------------

Commit f850e13b6767debf23fd0bc6208187daf0a5d481 in wicket's branch 
refs/heads/wicket-7.x from [~cmenzel]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=f850e13 ]

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.


> Ajax Buttons do not check for the HTTP method and thus don't respect 
> Form#onMethodMismatch
> ------------------------------------------------------------------------------------------
>
>                 Key: WICKET-6526
>                 URL: https://issues.apache.org/jira/browse/WICKET-6526
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 6.28.0, 7.9.0, 8.0.0-M8
>            Reporter: Carl-Eric Menzel
>            Assignee: Carl-Eric Menzel
>            Priority: Major
>
> Pretty much what it says in the summary: The HTTP method check is only done 
> in onFormSubmitted(), not in onFormSubmitted(submitter), which is what 
> AjaxButton and friends call directly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to