Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Seam, standard request scope
Description
Changes to fileupload for 1.7.1 causes NPE for upload of empty file and the facesMessage for the invalid upload is not rendered.
Fix to UploadServer (which uses PersistentFacesState.setupAndExecuteAndRender()) Since execute() and render() methods reset FacesContext at end of each of these methods you end up with null FacesContext. So....After performing the setupAndExecuteAndRender() must setCUrrent() again.
Fix to UploadServer (which uses PersistentFacesState.setupAndExecuteAndRender()) Since execute() and render() methods reset FacesContext at end of each of these methods you end up with null FacesContext. So....After performing the setupAndExecuteAndRender() must setCUrrent() again.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17062 | Wed Jul 09 13:56:00 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17065 | Wed Jul 09 13:58:17 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7.2 [ 10130 ] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
1.7 branch revision 1.7.2 UploadServer
trunk revision 17065 UploadServer