Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces ACE, ICEmobile
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
FileEntryResourceHandler wraps all requests of type multipart, but this interferes with other multipart uses of the request.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mark Collette [ mark.collette ] |
| Assignee | Mark Collette [ mark.collette ] | Ted Goddard [ ted.goddard ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #34715 | Fri May 03 17:09:24 MDT 2013 | ted.goddard | optional ExternalContext that will disable FileEntryResourceHandler ( |
| Files Changed | ||||
ADD
/icemobile/trunk/icemobile/jsf/components/component/src/org/icemobile/context/ACECompatibleExternalContextFactory.java
ADD
/icemobile/trunk/icemobile/jsf/components/component/src/org/icemobile/context/ACECompatibleExternalContext.java
|
| Assignee | Ted Goddard [ ted.goddard ] | Mark Collette [ mark.collette ] |
| Assignee Priority | P1 [ 10010 ] |
| Fix Version/s | EE-3.3.0.GA [ 10572 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #35669 | Thu May 30 22:35:28 MDT 2013 | mark.collette | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/BridgeSetup.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/fileentry/FileEntryResourceHandler.java
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/context/DOMPartialViewContext.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/fileentry/FileEntryFormSubmit.java
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/util/EnvUtils.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/fileentry/fileEntry.js
|
| Affects | Documentation (User Guide, Ref. Guide, etc.),Compatibility/Configuration [ 10003, 10002 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #35987 | Thu Jun 06 10:22:30 MDT 2013 | mark.collette | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/fileentry/FileEntryResourceHandler.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/fileentry/FileEntryPhaseListener.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/fileentry/FileEntryFormSubmit.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Summary | Servlet 3.0 compatibility for FileEntry | ace:fileEntry - Avoid capturing all multi-part/Servlet 3.0 requests |
| Fix Version/s | 4.0 [ 11382 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Since FileEntry posts back to the same URL as the page it is on, it should be possible to record this URL and only wrap those matching incoming requests. A future version of FileEntry can make use of Servlet 3.0 and also not wrap the request when Servlet 3.0 API is available.