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 2014/03/12 08:04:02 UTC

[jira] [Reopened] (WICKET-5530) AJAX file upload hangs up when two big file selected by user and AJAX response is more then 16K

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

Martin Grigorov reopened WICKET-5530:
-------------------------------------


> AJAX file upload hangs up when two big file selected by user and AJAX response is more then 16K
> -----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-5530
>                 URL: https://issues.apache.org/jira/browse/WICKET-5530
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.14.0
>         Environment: Windows 7x64
> Tomcat 7.0.47
>            Reporter: Alexander Suslov
>            Assignee: Martin Grigorov
>         Attachments: ajaxuploadbug.zip
>
>
> Given:
> Max file size is specified for form (for example 5M: form.setMaxSize(Bytes.megabytes(5));)
> When:
> User try to upload file which has size more then 5M
> Then:
> If AJAX response is more then 16K request will hangs up (will never be finished).
> Expected:
> User should see feedback message that file is too big.



--
This message was sent by Atlassian JIRA
(v6.2#6252)