You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/11/14 14:11:10 UTC

[jira] [Assigned] (WICKET-6008) Wicket.Ajax.Call.handleMultipart should use channel

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

Martin Grigorov reassigned WICKET-6008:
---------------------------------------

    Assignee: Martin Grigorov

> 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)