[ 
https://issues.apache.org/jira/browse/WICKET-6008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-6008.
-------------------------------------
    Resolution: Won't Fix

Wicket 1.5 is in security maintenance mode, i.e. only security related bugs 
will be fixed.
Please upgrade your application to either 6.21.0 or 7.1.0.
Thank you!

> Wicket.Ajax.Call.handleMultipart should use channel
> ---------------------------------------------------
>
>                 Key: WICKET-6008
>                 URL: https://issues.apache.org/jira/browse/WICKET-6008
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.13
>            Reporter: Dennis Waldherr
>            Assignee: Martin Grigorov
>
> When calling submitForm() it will delegate to handleMultipart().
> It directly calls
> {code}
> form.submit();
> {code}
> This will submit concurrently to the channel ajax requests.
> Although hard to reproduce, this can lead to submits being executed before an 
> ajax request on the channel. The form could get submitted before "other" data 
> was completely transmitted to the server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to