Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#3
-
Component/s: Framework, ICE-Components
-
Labels:None
-
Environment:server
Description
Refactor file upload to run as part of the framework environment.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13425 | Mon Mar 26 10:36:50 MDT 2007 | mircea.toma | Add library version 1.2 -- |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/lib/commons-fileupload.jar
|
| Assignee Priority | P1 |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Affects Version/s | 1.6DR#3 [ 10050 ] | |
| Affects Version/s | 1.6 [ 10031 ] |
| Fix Version/s | 1.6DR#3 [ 10050 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13433 | Wed Mar 28 17:09:46 MDT 2007 | mircea.toma | Add methods as expected/described in the component metadata -- |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13436 | Thu Mar 29 11:02:47 MDT 2007 | mircea.toma | Avoid stack overflow when acquiring progressListener -- |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13441 | Fri Mar 30 11:33:47 MDT 2007 | mircea.toma | Fix test in progress tracking -- |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/UploadServlet.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13882 | Tue May 15 15:04:54 MDT 2007 | mircea.toma | File upload gets a reference to this class now -- |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java
|
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 | |
| Assignee | Mircea Toma [ mircea.toma ] |

The commit for this bug (r13424) breaks all applications that use file upload. All constants in the InputFile class have been removed, as well as getStatus, getFile, and getFileInfo methods.
We should avoid this if at all possible.