Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:WinXP, Firefox 1.5.0.11, JBoss 4.0.4 GA, ICEfaces 1.6.0 DR3
Description
File uploads were mysteriously failing, with no exceptions or messages or actionListener invocation. Turns out that if you specify com.icesoft.faces.uploadDirectory in the web.xml for a directory that doesn't exist, then there would be an IOException on the server that would be trapped and ignored.
Further investigation found that any error, even the ones properly trapped and messaged, would result in actionListener not being invoked.
Further investigation found that any error, even the ones properly trapped and messaged, would result in actionListener not being invoked.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13629 | Fri Apr 20 20:14:00 MDT 2007 | mark.collette | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
|
| Field | Original Value | New Value |
|---|---|---|
| Summary | inputFile silently failed if missing upload dir | inputFile silently fails in some cases |
| Description |
File uploads were mysteriously failing, with no exceptions or messages. Turns out that if you specify com.icesoft.faces.uploadDirectory in the web.xml for a directory that doesn't exist, then there would be an IOException on the server that would be trapped and ignored. |
File uploads were mysteriously failing, with no exceptions or messages or actionListener invocation. Turns out that if you specify com.icesoft.faces.uploadDirectory in the web.xml for a directory that doesn't exist, then there would be an IOException on the server that would be trapped and ignored. Further investigation found that any error, even the ones properly trapped and messaged, would result in actionListener not being invoked. |
| Fix Version/s | 1.6DR#4 [ 10060 ] | |
| Assignee | Mark Collette [ mark.collette ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13740 | Wed May 02 19:48:23 MDT 2007 | mark.collette | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/UploadServlet.java
|
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Mark Collette [ mark.collette ] |

Subversion 13629
icefaces\component\src\com\icesoft\faces\component\inputfile\InputFile.java