[
https://issues.apache.org/jira/browse/WICKET-5530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-5530.
-------------------------------------
Resolution: Later
Closing as "Later" because it is hard to reproduce and it seems to be a problem
in in the underlying web container.
If there are some proofs that it is an issue in Wicket please add a comment and
we will reopen the issue.
> AJAX file upload hangs up when two big file selected by user and AJAX
> response is more than 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, hangedajaxupload.txt
>
>
> 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.3.4#6332)