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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
| 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 ] |
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Mark Collette [ mark.collette ] |