Details
Description
ICEmobile support for Spring MVC.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28671 | Tue Apr 10 13:41:20 MDT 2012 | ted.goddard | continue scanning even if file element is not valid ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/integration/util/src/org/icemobile/client/android/UtilInterface.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28672 | Tue Apr 10 14:12:53 MDT 2012 | ted.goddard | serialize form in ice.upload ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/container/assets/icefaces/native-interface.js
|
Ted Goddard
created issue -
Steve Maryka
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Steve Maryka
made changes -
Component/s | Spring [ 10063 ] | |
Fix Version/s | Spring 1.0 Alpha [ 10334 ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.1 Beta [ 10320 ] | |
Fix Version/s | Spring 1.0 Alpha [ 10334 ] | |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
UtilInterface was modified to continue scanning the serialized form even if a "file" was not valid. The problem occurred in a Spring sample where an element was named "file" but was not a file upload. Appending -file to the field name is likely not sufficient (due to cases like this) so we may want to modify the mechanism further.