Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-RC1
-
Fix Version/s: 1.0-RC3
-
Component/s: None
-
Labels:None
Description
After completing a multi-part file upload, I attempt to perform a redirect. At this point the code fails. It appears as if the request is being processed twice. Since the file has already been read from the request the following error results:
org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception is org.apache.commons.fileupload.FileUploadBase$UnknownSizeException: the request was rejected because its size is unknown
An example application illustrating the issue is attached.
Hmm your application works fine for me have you tried the RC2 release? What platform are you on?