Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.5-RC5.1
-
None
-
None
-
firefox 5.0/safari 5.0.5 on mac os x 10.6.8, ie 9.0 on vista and wicket-examples-1.5-RC5.1.war deployed on jetty
Description
on attempting to upload a file whose size exceeds Form.setMaxSize(), using FileUploadField with or without ProgressBar, upload fails with "Connection Reset".
to replicate: in org.apache.wicket.examples.upload.UploadPage.java change setMaxSize(Bytes.kilobytes(100)); to setMaxSize(Bytes.kilobytes(2000));, deploy and attempt to upoad a 5MB file.
Attachments
Issue Links
- duplicates
-
WICKET-3525 Fileupload: full request body is read even when it is known that it is larger than the max allowed size
- Open