Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Confirmed using:
ICEfaces3 Maintenance revision# 28410
Browser: Firefox11
Server: Glassfish3.1.2
-
ICEsoft Forum Reference:
-
Affects:Compatibility/Configuration
Description
Please see the forum post. When trying to upload a file in the showcase demos there is a message displayed: "The file is required to submit this form. " This message is displayed even though a file is selected.
This can be tested using either showcase sample or the QA test-suite:
Showcase: http://server.ice:8888/svn/ossrepo/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase
Test Suite: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/fileEntry
This can be tested using either showcase sample or the QA test-suite:
Showcase: http://server.ice:8888/svn/ossrepo/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/showcase/showcase
Test Suite: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/fileEntry
Issue Links
- blocks
-
ICE-7953 fileEntry investigation and cleanup
- Closed
Multipart POST decoding via commons-fileupload is now being done in FileEntryResourceHandler.isResourceRequest(). This is an abuse of the isResourceRequest() method, but allows the InputStream to be decoded.
There is still redundant code in both FileEntryResourceHandler and FileEntryPhaseListener, so both of these classes are badly in need of some refactoring to remove dead and redundant code.