Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2
-
Fix Version/s: 1.7.2
-
Component/s: Framework, ICE-Components
-
Labels:None
-
Environment:Seam 2.1.0
-
Workaround Exists:Yes
-
Workaround Description:
Description
This affects all versions of ICEfaces, and is not a regression on our part. It looks like, to support their own upload component, Seam have added a MultipartFilter, which previously, in Seam 2.0.2 SP1, did not cause problems for our UploadServer, which ice:inputFile makes use of. But, with Seam 2.1.0 CR1, the MultpartFilter is now parsing the content from the input stream, so that information is not available to be read by the commons-upload library anymore.
From org.jboss.seam.web.MultipartFiler.doFilter(-):
// Force the request to be parsed now
multipartRequest.getParameterNames();
From org.jboss.seam.web.MultipartFiler.doFilter(-):
// Force the request to be parsed now
multipartRequest.getParameterNames();
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion